Skip to content

Commit ec41e44

Browse files
committed
Update tests
1 parent f811624 commit ec41e44

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

library/core/src/default.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ use crate::ascii::Char as AsciiChar;
106106
#[const_trait]
107107
#[rustc_const_unstable(feature = "const_default", issue = "none")]
108108
#[rustc_trivial_field_reads]
109-
#[rustc_const_unstable(feature = "const_default", issue = "none")]
110109
pub trait Default: Sized {
111110
/// Returns the "default value" for a type.
112111
///

0 commit comments

Comments
 (0)