chore: Rust 2024 edition

This commit is contained in:
Vukašin Vojinović 2025-09-10 13:36:02 +02:00
parent cd8ac14f79
commit e405b929c1
8 changed files with 52 additions and 49 deletions

View file

@ -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)]