Skip to content

Commit

Permalink
fix: new lints
Browse files Browse the repository at this point in the history
  • Loading branch information
Nukesor committed Aug 5, 2024
1 parent 2444982 commit b4b5963
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
@@ -1,5 +1,7 @@
#![forbid(unsafe_code)]
#![doc = include_str!("../README.md")]
// The README code examples should be valid mini scripts to make them properly testable.
#![allow(clippy::needless_doctest_main)]

mod cell;
mod column;
Expand Down

0 comments on commit b4b5963

Please sign in to comment.