Skip to content

Commit

Permalink
Allow clippy::doc_markdown
Browse files Browse the repository at this point in the history
Pretty unreliable lint overall. Some false positives, lots of false negatives.
  • Loading branch information
FreezyLemon committed Feb 9, 2024
1 parent 0b5d9f9 commit d2ef984
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#![allow(clippy::inline_always)]
#![allow(clippy::module_name_repetitions)]
#![allow(clippy::similar_names)]
#![allow(clippy::doc_markdown)]
#![warn(clippy::clone_on_ref_ptr)]
#![warn(clippy::create_dir)]
#![warn(clippy::dbg_macro)]
Expand Down

0 comments on commit d2ef984

Please sign in to comment.