]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #22596 - alexcrichton:fix-some-impls, r=huonw
authorManish Goregaokar <manishsmail@gmail.com>
Wed, 25 Feb 2015 04:59:32 +0000 (10:29 +0530)
committerManish Goregaokar <manishsmail@gmail.com>
Wed, 25 Feb 2015 04:59:32 +0000 (10:29 +0530)
commit7b7cf84975fa9da0a301028b28be8b255f2fcd6f
treee985761985f645eb793cb69950bacd9321265b0e
parentc950ee93c95d9cfe68ed431bdc45cea67a554757
parent64fe93e49dc0c6a552c5f08507064f2ce12800ca
Rollup merge of #22596 - alexcrichton:fix-some-impls, r=huonw

 This commit removes many unnecessary `unsafe impl` blocks as well as pushing the
needed implementations to the lowest level possible. I noticed that the bounds
for `RwLock` are a little off when reviewing #22574 and wanted to ensure that we
had our story straight on these implementations.
src/libstd/sync/condvar.rs
src/libstd/sync/mutex.rs
src/libstd/sync/rwlock.rs