Skip to content

Commit

Permalink
Merge pull request #31 from JasterV/fix/doc-tests-clippy-error
Browse files Browse the repository at this point in the history
fix: clippy unit test on doctests warnings
  • Loading branch information
JasterV authored Feb 25, 2024
2 parents ed0ecb3 + 08f85ee commit bd43160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! A library for providing custom setup/teardown for Rust tests without needing a test harness.
//!
//! ```
//! ```no_run
//! use test_context::{test_context, TestContext};
//!
//! struct MyContext {
Expand Down

0 comments on commit bd43160

Please sign in to comment.