]> git.lizzy.rs Git - rust.git/commitdiff
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)
 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.

1  2 
src/libstd/sync/condvar.rs
src/libstd/sync/mutex.rs
src/libstd/sync/rwlock.rs

Simple merge
Simple merge
Simple merge