Skip to content

Commit

Permalink
Remove must_not_suspend because it's unstable again.
Browse files Browse the repository at this point in the history
  • Loading branch information
palfrey committed Nov 12, 2021
1 parent a7a0dd9 commit 91f8bf0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions serial_test/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#![allow(unknown_lints)]
#![allow(must_not_suspend)]
//! # serial_test
//! `serial_test` allows for the creation of serialised Rust tests using the [serial](attr.serial.html) attribute
//! e.g.
Expand Down

0 comments on commit 91f8bf0

Please sign in to comment.