Skip to content

Commit 426119c

Browse files
committed
Fix typo.
1 parent a14e71a commit 426119c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/search_unused.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ fn make_multiline_regexp(name: &str) -> String {
9595
// Syntax documentation: https://docs.rs/regex/latest/regex/#syntax
9696
//
9797
// Breaking down this Terrible regular expression: tries to match uses of the crate's name in
98-
// compound `use` statement accross multiple lines.
98+
// compound `use` statement across multiple lines.
9999
//
100100
// It's split into 3 parts:
101101
// 1. Matches modules before the usage of the crate's name: `\s*(?:(::)?\w+{sub_modules_match}\s*,\s*)*`

0 commit comments

Comments
 (0)