2a6cfa7f05
ptr_arg: honor `allow` attribute on arguments The `intravisit::Visitor` impl for `LateContextAndPass` only takes into account the attributes of a function parameter inside the `check_param` method. `ptr_arg` starts its heuristics at `check_item` / `check_impl_item` / `check_trait_item`, so the `allow` is not taken into account automatically. changelog: ptr_arg: honor `allow` attribute on arguments Fixes #5644 |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |