mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 15:14:29 +00:00
Auto merge of #9137 - alex-semenyuk:small_cosmetic_fix, r=xFrednet
Fix example header changelog: fix example header
This commit is contained in:
commit
526f02ef05
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