Skip to content

Commit

Permalink
clippy: Enable clippy::doc_markdown lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys committed Oct 12, 2023
1 parent 629fc33 commit 71603be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions clippy.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Don't warn about these identifiers when using clippy::doc_markdown.
doc-valid-idents = ["sRGB", ".."]
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
//!
//! [`kurbo`]: https://crates.io/crates/kurbo

#![warn(clippy::doc_markdown)]

mod blend;
mod blob;
mod brush;
Expand Down

0 comments on commit 71603be

Please sign in to comment.