Skip to content

Commit

Permalink
Make clippy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Y-Nak committed Mar 2, 2024
1 parent 7d72afe commit b711125
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 b711125

Please sign in to comment.