Auto merge of #9137 - alex-semenyuk:small_cosmetic_fix, r=xFrednet

Fix example header

changelog: fix example header
This commit is contained in:
bors 2022-07-08 19:14:51 +00:00
commit 526f02ef05

View file

@ -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