diff options
| author | alexey semenyuk <alexsemenyuk88@gmail.com> | 2022-07-08 22:07:44 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-08 22:07:44 +0300 |
| commit | 4e60134ec31c4424259f992489615b3fd9614253 (patch) | |
| tree | dcece5674e8139b4e5fe2fd389b979ed25fd7cee | |
| parent | 49f73e14a9e1db294f1e08511cb279a65c2f88b1 (diff) | |
| download | rust-4e60134ec31c4424259f992489615b3fd9614253.tar.gz rust-4e60134ec31c4424259f992489615b3fd9614253.zip | |
Fix example header
| -rw-r--r-- | clippy_lints/src/octal_escapes.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clippy_lints/src/octal_escapes.rs b/clippy_lints/src/octal_escapes.rs index 3ab4b6c4f6f..6ad6837f0e3 100644 --- a/clippy_lints/src/octal_escapes.rs +++ b/clippy_lints/src/octal_escapes.rs @@ -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 |
