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.
string_slice
1 parent c490974 commit ae40b7fCopy full SHA for ae40b7f
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