Skip to content

Commit

Permalink
Enable clippy::doc_markdown lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys committed Jan 6, 2024
1 parent 010ddf8 commit a8f0f58
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 @@ -94,7 +94,7 @@
//! [crates.io]: https://crates.io/crates/lldb
#![allow(clippy::upper_case_acronyms)]
#![warn(missing_docs)]
#![warn(clippy::doc_markdown, missing_docs)]
#![deny(
trivial_numeric_casts,
unstable_features,
Expand Down

0 comments on commit a8f0f58

Please sign in to comment.