We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 24e4e60 + a6f8327 commit 90bed3fCopy full SHA for 90bed3f
src/liballoc/arc.rs
@@ -675,7 +675,7 @@ impl<T> fmt::Pointer for Arc<T> {
675
}
676
677
#[stable(feature = "rust1", since = "1.0.0")]
678
-impl<T: Default + Sync + Send> Default for Arc<T> {
+impl<T: Default> Default for Arc<T> {
679
680
fn default() -> Arc<T> { Arc::new(Default::default()) }
681
0 commit comments