Skip to content

Commit

Permalink
Revert "Ignore clippy::assertions_on_result_states lint"
Browse files Browse the repository at this point in the history
This reverts commit d1423b0.
  • Loading branch information
taiki-e committed Aug 6, 2022
1 parent 0c816d5 commit 865336f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/pin_project.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#![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 865336f

Please sign in to comment.