We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9cd483d + ae40b7f commit cf182b9Copy full SHA for cf182b9
clippy_lints/src/strings.rs
@@ -132,7 +132,7 @@ declare_clippy_lint! {
132
/// Probably lots of false positives. If an index comes from a known valid position (e.g.
133
/// obtained via `char_indices` over the same string), it is totally OK.
134
///
135
- /// # Example
+ /// ### Example
136
/// ```rust,should_panic
137
/// &"Ölkanne"[1..];
138
/// ```
0 commit comments