1
Fork 0

Register new snapshots

This commit is contained in:
Tamir Duberstein 2015-04-27 14:10:49 -07:00
parent 8871c17b76
commit 69abc12b00
89 changed files with 29 additions and 397 deletions

View file

@ -355,7 +355,6 @@ impl<T: Clone> Arc<T> {
}
}
#[unsafe_destructor]
#[stable(feature = "rust1", since = "1.0.0")]
impl<T> Drop for Arc<T> {
/// Drops the `Arc<T>`.
@ -489,7 +488,6 @@ impl<T> Clone for Weak<T> {
}
}
#[unsafe_destructor]
#[stable(feature = "rust1", since = "1.0.0")]
impl<T> Drop for Weak<T> {
/// Drops the `Weak<T>`.