Open
Description
Location
rust/library/std/src/sync/poison.rs
Lines 3 to 16 in bc4376f
Summary
The last line references the module std::sys::nonpoisoning
, this is wrong, it should reference std::sync::nonpoisoning
(notice the sys -> sync
).
For the alternative implementations that do not employ poisoning, see
std::sys::nonpoisoning
.
Minor issue since this is a nightly only experimental API.