Skip to content

Commit

Permalink
Turned off pedantic.
Browse files Browse the repository at this point in the history
  • Loading branch information
xacrimon committed Jun 9, 2020
1 parent e8563ac commit fc882e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#![warn(clippy::style)]
#![warn(clippy::complexity)]
#![warn(clippy::perf)]
#![warn(clippy::pedantic)]
#![warn(clippy::cargo)]

//! `dashmap` provides a relatively low level high performance concurrent hash map.
Expand Down

0 comments on commit fc882e9

Please sign in to comment.