Skip to content

Commit

Permalink
Allow clippy::must_use_candidate.
Browse files Browse the repository at this point in the history
  • Loading branch information
0ndorio committed Oct 30, 2019
1 parent 2bed868 commit 388287c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,12 @@
cfg_doctest,
)
)]
#![allow(
clippy::doc_markdown,
clippy::module_name_repetitions,
clippy::must_use_candidate,
)]
#![warn(missing_docs)]
#![allow(clippy::module_name_repetitions, clippy::doc_markdown)]
#![warn(rust_2018_idioms)]

#[cfg(test)]
Expand Down

0 comments on commit 388287c

Please sign in to comment.