]> git.proxmox.com Git - rustc.git/blobdiff - src/libstd/sync/semaphore.rs
Imported Upstream version 1.1.0+dfsg1
[rustc.git] / src / libstd / sync / semaphore.rs
index be521095aa95f9fa1aeaaa46d457eb1dd2c7d584..776b3c5064ced43f905e158b600ed4e9dc06fba1 100644 (file)
@@ -100,7 +100,6 @@ impl Semaphore {
     }
 }
 
-#[unsafe_destructor]
 #[stable(feature = "rust1", since = "1.0.0")]
 impl<'a> Drop for SemaphoreGuard<'a> {
     fn drop(&mut self) {