Skip to content

Commit

Permalink
Enable clippy::exhaustive_{enums,structs} lints
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Jul 31, 2022
1 parent 36bf2d6 commit f93d611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
)
))]
#![warn(missing_docs, rust_2018_idioms, single_use_lifetimes, unreachable_pub)]
#![warn(clippy::pedantic)]
#![warn(clippy::exhaustive_enums, clippy::exhaustive_structs, clippy::pedantic)]
#![allow(clippy::needless_doctest_main)]

#[doc(inline)]
Expand Down

0 comments on commit f93d611

Please sign in to comment.