Skip to content

Commit

Permalink
Ignore clippy::assertions_on_result_states lint
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Aug 1, 2022
1 parent 74c4485 commit d1423b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/pin_project.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#![warn(rust_2018_idioms, single_use_lifetimes)]
#![allow(dead_code)]
#![allow(clippy::assertions_on_result_states)]

#[macro_use]
mod auxiliary;
Expand Down

0 comments on commit d1423b0

Please sign in to comment.