Skip to content

Commit

Permalink
fix: Ignore false-positive clippy lints
Browse files Browse the repository at this point in the history
  • Loading branch information
Nukesor committed Sep 7, 2024
1 parent 0302d0d commit cca824a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
#![doc = include_str!("../README.md")]
// The README code examples should be valid mini scripts to make them properly testable.
#![allow(clippy::needless_doctest_main)]
// Had a few false-positives on v1.81. Check lateron if they're still there.
#![allow(clippy::manual_unwrap_or)]

mod cell;
mod column;
Expand Down

0 comments on commit cca824a

Please sign in to comment.