mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-07-30 19:51:58 -07:00
style: fix new lints
The Rust compiler seems to have gotten smarter at finding unused or redundant imports.
This commit is contained in:
@@ -428,7 +428,7 @@ fn has_uppercase_literal(pattern: &str) -> bool {
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use grep_matcher::{LineMatchKind, Matcher};
|
||||
use grep_matcher::LineMatchKind;
|
||||
|
||||
use super::*;
|
||||
|
||||
|
Reference in New Issue
Block a user