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.
1 parent e9e9279 commit a6f8327Copy full SHA for a6f8327
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