Fix Debug impl for TestContext
#12
Annotations
2 warnings
crates/testkit/src/lib.rs#L22
warning: unit tests in doctest are not executed
--> crates/testkit/src/../README.md:22:1
|
22 | / #[test(router)]
23 | | async fn mytest(ctx: TestContext) {
| |_______________^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#test_attr_in_doctest
= note: `#[warn(clippy::test_attr_in_doctest)]` on by default
|
|
The logs for this run have expired and are no longer available.
Loading