mirror of
https://codeberg.org/JasterV/test-context.git
synced 2026-04-26 18:10:06 +00:00
[FIX-CONFLICT-WITH-RSTEST-V2]: remove unnecessary comments
This commit is contained in:
parent
57bb18bad2
commit
036564096b
1 changed files with 0 additions and 2 deletions
|
|
@ -164,12 +164,10 @@ impl AsyncTestContext for TeardownPanicContext {
|
|||
}
|
||||
}
|
||||
|
||||
// NOTE: redo next with transfer argument by mutable reference only, not by ownership like it was before !!!
|
||||
#[test_context(TeardownPanicContext, skip_teardown)]
|
||||
#[tokio::test]
|
||||
async fn test_async_skip_teardown(_ctx: &mut TeardownPanicContext) {}
|
||||
|
||||
// NOTE: redo next with transfer argument by mutable reference only, not by ownership like it was before !!!
|
||||
#[test_context(TeardownPanicContext, skip_teardown)]
|
||||
#[test]
|
||||
fn test_sync_skip_teardown(_ctx: &mut TeardownPanicContext) {}
|
||||
|
|
|
|||
Loading…
Reference in a new issue