Skip to content

Commit

Permalink
Just allow must_use_candidate for now
Browse files Browse the repository at this point in the history
  • Loading branch information
zrax committed Nov 2, 2023
1 parent 24d4408 commit f9562e8
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 @@ -23,9 +23,9 @@
#![allow(clippy::missing_errors_doc)]
#![allow(clippy::missing_panics_doc)]
#![allow(clippy::module_name_repetitions)]
#![allow(clippy::must_use_candidate)]
#![allow(clippy::too_many_lines)]
#![allow(clippy::unreadable_literal)]
#![warn(clippy::must_use_candidate)]

pub mod auth_srv;
pub mod file_srv;
Expand Down

0 comments on commit f9562e8

Please sign in to comment.