Make docs more consistent
This commit is contained in:
parent
5920fa3516
commit
cfd0f5592b
29 changed files with 110 additions and 69 deletions
|
|
@ -23,12 +23,11 @@ declare_clippy_lint! {
|
|||
///
|
||||
///
|
||||
/// ### Example
|
||||
/// Bad:
|
||||
/// ```rust
|
||||
/// enum Test {}
|
||||
/// ```
|
||||
///
|
||||
/// Good:
|
||||
/// Use instead:
|
||||
/// ```rust
|
||||
/// #![feature(never_type)]
|
||||
///
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue