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 09693e6 commit ffdc153Copy full SHA for ffdc153
1 file changed
compiler/rustc_lint/src/default_could_be_derived.rs
@@ -20,8 +20,8 @@ declare_lint! {
20
/// }
21
///
22
/// #[deny(default_could_be_derived)]
23
- /// impl Default for Foo {
24
- /// fn default() -> Foo {
+ /// impl Default for A {
+ /// fn default() -> A {
25
/// A {
26
/// b: None,
27
0 commit comments