Skip to content

Commit

Permalink
Fix rstest_reuse integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
la10736 committed Sep 16, 2024
1 parent e65e927 commit d226b5b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rstest_reuse/tests/resources/deny_docs.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#![deny(missing_docs)]

//! We should provide also a docs for the crate itself if we set `#![deny(missing_docs)]`.
use rstest::rstest;
use rstest_reuse::{self, *};

Expand Down

0 comments on commit d226b5b

Please sign in to comment.