Skip to content

Commit

Permalink
Merge pull request #5 from Y-Nak/clippy-fix
Browse files Browse the repository at this point in the history
Make clippy happy
  • Loading branch information
Y-Nak authored Mar 2, 2024
2 parents 7d72afe + b711125 commit 20397f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dir-test/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![allow(clippy::test_attr_in_doctest)]
#![cfg(not(doctest))]
//! `dir-test` provides a macro to generate single test cases from files in a
//! directory.
//!
Expand Down

0 comments on commit 20397f0

Please sign in to comment.