rust/library/std/src/sync
Matthias Krüger 7d8e329194
Rollup merge of #105243 - RalfJung:no-op-let, r=Mark-Simulacrum
remove no-op 'let _ = '

Also see the discussion at https://github.com/rust-lang/rust/pull/93563#discussion_r1034057555.

I don't know why these `Drop` implementations exist to begin with, given that their body does literally nothing, but did not want to change that. (It might affect dropck.)

Cc `````@ibraheemdev````` `````@Amanieu`````
2022-12-06 13:27:42 +01:00
..
barrier
condvar
lazy_lock
mpmc fix dupe word typos 2022-12-05 16:42:36 +08:00
mpsc remove no-op 'let _ = ' 2022-12-04 10:32:00 +01:00
mutex
once
once_lock
rwlock
barrier.rs
condvar.rs
lazy_lock.rs Properly link {Once,Lazy}{Cell,Lock} in docs 2022-11-17 11:05:56 +00:00
mod.rs
mutex.rs
once_lock.rs Properly link {Once,Lazy}{Cell,Lock} in docs 2022-11-17 11:05:56 +00:00
once.rs
poison.rs
rwlock.rs