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 81fa266 + a393122 commit dd94d3bCopy full SHA for dd94d3b
clippy_lints/src/new_without_default.rs
@@ -27,7 +27,7 @@ use syntax::source_map::Span;
27
/// It detects both the case when a manual
28
/// [`Default`](https://doc.rust-lang.org/std/default/trait.Default.html)
29
/// implementation is required and also when it can be created with
30
-/// `#[derive(Default)]
+/// `#[derive(Default)]`
31
///
32
/// **Why is this bad?** The user might expect to be able to use
33
/// [`Default`](https://doc.rust-lang.org/std/default/trait.Default.html) as the
0 commit comments