Skip to content

Commit

Permalink
clippy: Enable doc_markdown lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys committed Oct 18, 2023
1 parent a6dfb9b commit 1b897d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions z3-sys/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
#![allow(non_camel_case_types)]
#![allow(clippy::unreadable_literal)]
#![warn(clippy::doc_markdown)]

mod generated;

Expand Down
1 change: 1 addition & 0 deletions z3/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
//! Z3 is a theorem prover [from Microsoft Research](https://github.com/Z3Prover/z3/).
#![allow(clippy::unreadable_literal)]
#![warn(clippy::doc_markdown)]
#![deny(missing_debug_implementations)]

#[macro_use]
Expand Down

0 comments on commit 1b897d8

Please sign in to comment.