mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-02-17 06:28:42 +00:00
Auto merge of #3641 - hellow554:patch-1, r=flip1995
Add missing ` in default lint
This commit is contained in:
commit
dd94d3b93c
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ use syntax::source_map::Span;
|
|||
/// It detects both the case when a manual
|
||||
/// [`Default`](https://doc.rust-lang.org/std/default/trait.Default.html)
|
||||
/// implementation is required and also when it can be created with
|
||||
/// `#[derive(Default)]
|
||||
/// `#[derive(Default)]`
|
||||
///
|
||||
/// **Why is this bad?** The user might expect to be able to use
|
||||
/// [`Default`](https://doc.rust-lang.org/std/default/trait.Default.html) as the
|
||||
|
|
Loading…
Add table
Reference in a new issue