rust/clippy_lints
bors 54e80c7b34 Auto merge of #4007 - phansch:fix_allowing_toplevel_ref_arg, r=flip1995
Allow allowing of toplevel_ref_arg lint

I'm not sure why some lints need the `HirId` to be able to recognize the
lint level attributes, but this commit makes the lint level attributes
work for `toplevel_ref_arg`.

Fixes #2332

changelog: Allow allowing of `toplevel_ref_arg` lint
2019-04-20 18:22:53 +00:00
..
src Auto merge of #4007 - phansch:fix_allowing_toplevel_ref_arg, r=flip1995 2019-04-20 18:22:53 +00:00
Cargo.toml
README.md

This crate contains Clippy lints. For the main crate, check crates.io or GitHub.