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 81fa266 commit a393122Copy full SHA for a393122
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