We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3a4e457 + 142898e commit fdb84cbCopy full SHA for fdb84cb
clippy_lints/src/regex.rs
@@ -19,7 +19,7 @@ declare_clippy_lint! {
19
///
20
/// ### Example
21
/// ```ignore
22
- /// Regex::new("|")
+ /// Regex::new("(")
23
/// ```
24
#[clippy::version = "pre 1.29.0"]
25
pub INVALID_REGEX,
0 commit comments