Skip to content

Commit

Permalink
Remove doc_markdown suppression because clippy bug was fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Sep 2, 2023
1 parent 140eb03 commit b97fc53
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,6 @@

#![doc(html_root_url = "https://docs.rs/thiserror/1.0.47")]
#![allow(
// Clippy bug: https://github.com/rust-lang/rust-clippy/issues/7421
clippy::doc_markdown,
clippy::module_name_repetitions,
clippy::needless_lifetimes,
clippy::return_self_not_must_use,
Expand Down

0 comments on commit b97fc53

Please sign in to comment.