Skip to content

Commit

Permalink
Improve dead code analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
mu001999 committed Jul 4, 2024
1 parent c14a130 commit f58a3d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/default.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ use crate::ascii::Char as AsciiChar;
/// ```
#[cfg_attr(not(test), rustc_diagnostic_item = "Default")]
#[stable(feature = "rust1", since = "1.0.0")]
#[cfg_attr(not(bootstrap), rustc_trivial_field_reads)]
pub trait Default: Sized {
/// Returns the "default value" for a type.
///
Expand Down

0 comments on commit f58a3d6

Please sign in to comment.