Fix markup in SINGLE_CHAR_PATTERN documentation

This commit is contained in:
mcarton 2016-09-18 18:27:08 +02:00
parent 25b0396a57
commit 5f1120b346
No known key found for this signature in database
GPG key ID: 5E427C794CBA45E8

View file

@ -379,9 +379,7 @@ declare_lint! {
/// **Known problems:** Does not catch multi-byte unicode characters.
///
/// **Example:**
/// ```rust
/// _.split("x")` could be `_.split('x')
/// ```
/// `_.split("x")` could be `_.split('x')
declare_lint! {
pub SINGLE_CHAR_PATTERN,
Warn,