Skip to content

Commit db79030

Browse files
committed
added nonpoison_mutex to lib enabled features
1 parent e48a738 commit db79030

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
@@ -411,6 +411,7 @@
411411
#![feature(log_syntax)]
412412
#![feature(test)]
413413
#![feature(trace_macros)]
414+
#![feature(nonpoison_mutex)]
414415
// tidy-alphabetical-end
415416
//
416417
// Only used in tests/benchmarks:

0 commit comments

Comments
 (0)