diff options
| author | Alex Macleod <alex@macleod.io> | 2024-04-16 16:36:38 +0000 |
|---|---|---|
| committer | Alex Macleod <alex@macleod.io> | 2024-04-16 18:28:07 +0000 |
| commit | 1fff3bef4de408bdea2dd005755770ed3a92bb3d (patch) | |
| tree | 484674be85ee47591277823e88c5942d29f64cca /clippy_dev/src/lib.rs | |
| parent | f5e250180c342bb52808c9a934c962a8fe40afc7 (diff) | |
| download | rust-1fff3bef4de408bdea2dd005755770ed3a92bb3d.tar.gz rust-1fff3bef4de408bdea2dd005755770ed3a92bb3d.zip | |
Add `cargo dev setup toolchain`
Diffstat (limited to 'clippy_dev/src/lib.rs')
| -rw-r--r-- | clippy_dev/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clippy_dev/src/lib.rs b/clippy_dev/src/lib.rs index bb62e902cd5..385191e0361 100644 --- a/clippy_dev/src/lib.rs +++ b/clippy_dev/src/lib.rs @@ -9,6 +9,7 @@ unused_lifetimes, unused_qualifications )] +#![allow(clippy::missing_panics_doc)] // The `rustc_driver` crate seems to be required in order to use the `rust_lexer` crate. #[allow(unused_extern_crates)] |
