chore: Rust 2024 edition
This commit is contained in:
parent
cd8ac14f79
commit
e405b929c1
8 changed files with 52 additions and 49 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
use grep::matcher::{Match, Matcher};
|
||||
use grep::regex::RegexMatcher;
|
||||
use grep::searcher::{sinks::UTF8, Searcher};
|
||||
use grep::searcher::{Searcher, sinks::UTF8};
|
||||
use std::path::PathBuf;
|
||||
|
||||
#[derive(Clone, Debug, Eq, PartialEq)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue