about summary refs log tree commit diff
path: root/library/std
diff options
context:
space:
mode:
authorKurt Heiritz (pseudo) <saarthkarkera@gmail.com>2025-06-27 16:26:53 +0530
committerGitHub <noreply@github.com>2025-06-27 16:26:53 +0530
commit06fb36c92ea0d92d93361badde0cae5aab763d43 (patch)
treec3349eb1195d0aeb6edb05ec29dfed0a75583e6a /library/std
parentd51b6f97122671c5de27cfc08cded235357e0d97 (diff)
downloadrust-06fb36c92ea0d92d93361badde0cae5aab763d43.tar.gz
rust-06fb36c92ea0d92d93361badde0cae5aab763d43.zip
Update poison.rs to fix the typo (sys->sync)
Diffstat (limited to 'library/std')
-rw-r--r--library/std/src/sync/poison.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/sync/poison.rs b/library/std/src/sync/poison.rs
index cc1d0b30152..571f0d14248 100644
--- a/library/std/src/sync/poison.rs
+++ b/library/std/src/sync/poison.rs
@@ -13,7 +13,7 @@
 //! depend on the primitive. See [#Overview] bellow.
 //!
 //! For the alternative implementations that do not employ poisoning,
-//! see `std::sys::nonpoisoning`.
+//! see `std::sync::nonpoisoning`.
 //!
 //! # Overview
 //!