Skip to content

Commit dc5f86f

Browse files
committed
add nonpoison_mutex feature to root
TODO(connor): Is this necessary?
1 parent f29fe95 commit dc5f86f

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
@@ -407,6 +407,7 @@
407407
#![feature(edition_panic)]
408408
#![feature(format_args_nl)]
409409
#![feature(log_syntax)]
410+
#![feature(nonpoison_mutex)]
410411
#![feature(test)]
411412
#![feature(trace_macros)]
412413
// tidy-alphabetical-end

0 commit comments

Comments
 (0)