Skip to content

Commit

Permalink
Ignore missing_panics_doc clippy pedantic lint in test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Feb 4, 2021
1 parent 63dbd8b commit c490ccd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#![allow(
clippy::let_underscore_drop,
clippy::let_unit_value,
clippy::missing_panics_doc,
clippy::trivially_copy_pass_by_ref
)]

Expand Down

0 comments on commit c490ccd

Please sign in to comment.