Skip to content

Commit ff646ba

Browse files
authored
Unrolled build for #143086
Rollup merge of #143086 - SciMind2460:patch-2, r=workingjubilee Update poison.rs to fix the typo (sys->sync)
2 parents f0b67dd + 06fb36c commit ff646ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/sync/poison.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
//! depend on the primitive. See [#Overview] bellow.
1414
//!
1515
//! For the alternative implementations that do not employ poisoning,
16-
//! see `std::sys::nonpoisoning`.
16+
//! see `std::sync::nonpoisoning`.
1717
//!
1818
//! # Overview
1919
//!

0 commit comments

Comments
 (0)