diff options
| author | Kurt Heiritz (pseudo) <saarthkarkera@gmail.com> | 2025-06-27 16:26:53 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-27 16:26:53 +0530 |
| commit | 06fb36c92ea0d92d93361badde0cae5aab763d43 (patch) | |
| tree | c3349eb1195d0aeb6edb05ec29dfed0a75583e6a /library/std | |
| parent | d51b6f97122671c5de27cfc08cded235357e0d97 (diff) | |
| download | rust-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.rs | 2 |
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 //! |
