Skip to content

Commit

Permalink
Revert "Remove unused import"
Browse files Browse the repository at this point in the history
This reverts commit 31831b9.

This was only useful on newer rstest versions
  • Loading branch information
rubdos committed Jan 11, 2025
1 parent 31831b9 commit 2418e06
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
#[cfg(test)]
use doc_comment::doctest;

#[cfg(test)]
use rstest_reuse;

#[cfg(test)]
doctest!("../README.md");

Expand Down

0 comments on commit 2418e06

Please sign in to comment.