Skip to content

Commit

Permalink
fix redundant import warning from nightly compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Apr 3, 2024
1 parent bd624a5 commit e91254e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ripgrep.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ use grep_searcher::{BinaryDetection, MmapChoice, Searcher, SearcherBuilder, Sink
use ignore::overrides::OverrideBuilder;
use ignore::types::{Types, TypesBuilder};
use ignore::{Walk, WalkBuilder};
use rayon::iter::ParallelBridge;
use rayon::prelude::*;
use std::env;
use std::fs::File;
Expand Down

0 comments on commit e91254e

Please sign in to comment.