Skip to content

Commit

Permalink
Un-customize clippy
Browse files Browse the repository at this point in the history
The pedantic group is rather.. pedantic.
I'd rather enable specific useful lints down the line.
  • Loading branch information
jplatte committed Jan 29, 2025
1 parent d58ed5b commit 70b2cdf
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions crates/aide/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,15 +109,7 @@
//! it might support older versions but without guarantees.
//!
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
#![warn(clippy::pedantic, missing_docs)]
#![allow(
clippy::default_trait_access,
clippy::module_name_repetitions,
clippy::wildcard_imports,
clippy::too_many_lines,
clippy::single_match_else,
clippy::manual_let_else
)]
#![warn(missing_docs)]

#[macro_use]
mod macros;
Expand Down

0 comments on commit 70b2cdf

Please sign in to comment.