mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-24 13:43:17 +00:00
Fix example header
This commit is contained in:
parent
49f73e14a9
commit
4e60134ec3
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ declare_clippy_lint! {
|
|||
/// and friends since the string is already preprocessed when Clippy lints
|
||||
/// can see it.
|
||||
///
|
||||
/// # Example
|
||||
/// ### Example
|
||||
/// ```rust
|
||||
/// let one = "\033[1m Bold? \033[0m"; // \033 intended as escape
|
||||
/// let two = "\033\0"; // \033 intended as null-3-3
|
||||
|
|
Loading…
Reference in a new issue