docs: make example in new_without_default lint syntax highlighted
This commit is contained in:
parent
628934424e
commit
fc31dc01de
1 changed files with 2 additions and 2 deletions
|
|
@ -21,7 +21,7 @@ use crate::utils::sugg::DiagnosticBuilderExt;
|
|||
///
|
||||
/// **Example:**
|
||||
///
|
||||
/// ```rust,ignore
|
||||
/// ```rust
|
||||
/// struct Foo(Bar);
|
||||
///
|
||||
/// impl Foo {
|
||||
|
|
@ -63,7 +63,7 @@ declare_clippy_lint! {
|
|||
///
|
||||
/// **Example:**
|
||||
///
|
||||
/// ```rust,ignore
|
||||
/// ```rust
|
||||
/// struct Foo;
|
||||
///
|
||||
/// impl Foo {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue