mirror of
https://codeberg.org/JasterV/test-context.git
synced 2026-04-27 02:15:44 +00:00
fix: clippy unit test on doctests warnings
This commit is contained in:
parent
ed0ecb319f
commit
08f85ee2a1
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue