Skip to content

Commit

Permalink
Allow doc_markdown lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Pat-Lafon committed Jun 17, 2024
1 parent 4c0d115 commit d146e4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bril-rs/brillvm/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#![warn(clippy::all, clippy::pedantic, clippy::nursery, clippy::cargo)]
#![allow(clippy::doc_markdown)] // Not uniform? Just lints on one line
#![allow(clippy::too_many_lines)]
#![allow(clippy::needless_for_each)]
#![doc = include_str!("../README.md")]
Expand Down

0 comments on commit d146e4f

Please sign in to comment.