Skip to content

Commit 4378463

Browse files
committed
added nonpoison_mutex to lib enabled features
1 parent d3f2e76 commit 4378463

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
@@ -415,6 +415,7 @@
415415
#![feature(log_syntax)]
416416
#![feature(test)]
417417
#![feature(trace_macros)]
418+
#![feature(nonpoison_mutex)]
418419
// tidy-alphabetical-end
419420
//
420421
// Only used in tests/benchmarks:

0 commit comments

Comments
 (0)