Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
Suppress clippy manual_strip lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Sep 26, 2020
1 parent 89cee75 commit e8e40e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
clippy::missing_errors_doc,
clippy::must_use_candidate,
// we support older compilers
clippy::manual_strip,
clippy::match_like_matches_macro,
)]

Expand Down

0 comments on commit e8e40e6

Please sign in to comment.