We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a14e71a commit 426119cCopy full SHA for 426119c
src/search_unused.rs
@@ -95,7 +95,7 @@ fn make_multiline_regexp(name: &str) -> String {
95
// Syntax documentation: https://docs.rs/regex/latest/regex/#syntax
96
//
97
// Breaking down this Terrible regular expression: tries to match uses of the crate's name in
98
- // compound `use` statement accross multiple lines.
+ // compound `use` statement across multiple lines.
99
100
// It's split into 3 parts:
101
// 1. Matches modules before the usage of the crate's name: `\s*(?:(::)?\w+{sub_modules_match}\s*,\s*)*`
0 commit comments