Skip to content

Commit

Permalink
Remove #![warn(clippy::all)]
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Apr 13, 2021
1 parent 472354e commit 5f184f9
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 @@ -37,7 +37,7 @@
))]
#![forbid(unsafe_code)]
#![warn(future_incompatible, rust_2018_idioms, single_use_lifetimes, unreachable_pub)]
#![warn(clippy::all, clippy::default_trait_access)]
#![warn(clippy::default_trait_access)]
#![allow(clippy::eval_order_dependence, clippy::large_enum_variant)]

// Many of the code contained in this crate are copies from https://github.com/dtolnay/syn.
Expand Down

0 comments on commit 5f184f9

Please sign in to comment.