Skip to content

Commit 91f8bf0

Browse files
committed
Remove must_not_suspend because it's unstable again.
See rust-lang/rust#83310
1 parent a7a0dd9 commit 91f8bf0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

serial_test/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#![allow(unknown_lints)]
2-
#![allow(must_not_suspend)]
31
//! # serial_test
42
//! `serial_test` allows for the creation of serialised Rust tests using the [serial](attr.serial.html) attribute
53
//! e.g.

0 commit comments

Comments
 (0)