Skip to content

Commit

Permalink
masonry: Remove unnecessary clippy suppressions. (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys authored Apr 28, 2024
1 parent 5a508cb commit d8dc106
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion crates/masonry/src/debug_logger.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// "as-is" basis without warranties of any kind. See the LICENSE file for
// details.

#![allow(clippy::all)]
#![allow(missing_docs)]

use std::collections::HashMap;
Expand Down
1 change: 0 additions & 1 deletion crates/masonry/src/debug_values.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// "as-is" basis without warranties of any kind. See the LICENSE file for
// details.

#![allow(clippy::all)]
#![allow(missing_docs)]

use std::collections::{HashMap, HashSet};
Expand Down
3 changes: 0 additions & 3 deletions crates/masonry/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,8 @@
)]
// #![warn(missing_docs)]
#![warn(unused_imports)]
#![allow(clippy::new_ret_no_self)]
#![allow(clippy::needless_doctest_main)]
#![allow(clippy::should_implement_trait)]
#![allow(clippy::single_match)]
#![allow(clippy::bool_assert_comparison)]
#![cfg_attr(docsrs, feature(doc_cfg))]
#![cfg_attr(not(debug_assertions), allow(unused))]

Expand Down

0 comments on commit d8dc106

Please sign in to comment.