fix: clippy unit test on doctests warnings

This commit is contained in:
Victor Martinez 2024-02-25 23:29:18 +01:00
commit 08f85ee2a1

View file

@ -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 {