Skip to content

Commit 7c27441

Browse files
committed
added nonpoison_mutex to lib enabled features
1 parent 9b55d87 commit 7c27441

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/std/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,7 @@
412412
#![feature(log_syntax)]
413413
#![feature(test)]
414414
#![feature(trace_macros)]
415+
#![feature(nonpoison_mutex)]
415416
// tidy-alphabetical-end
416417
//
417418
// Only used in tests/benchmarks:

0 commit comments

Comments
 (0)