mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-07-26 01:31:57 -07:00
edition: initial 'cargo fix --edition' run
This commit is contained in:
@@ -45,7 +45,7 @@ use std::io;
|
||||
use std::ops;
|
||||
use std::u64;
|
||||
|
||||
use interpolate::interpolate;
|
||||
use crate::interpolate::interpolate;
|
||||
|
||||
mod interpolate;
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
use grep_matcher::{Captures, Match, Matcher};
|
||||
use regex::bytes::Regex;
|
||||
|
||||
use util::{RegexMatcher, RegexMatcherNoCaps};
|
||||
use crate::util::{RegexMatcher, RegexMatcherNoCaps};
|
||||
|
||||
fn matcher(pattern: &str) -> RegexMatcher {
|
||||
RegexMatcher::new(Regex::new(pattern).unwrap())
|
||||
|
Reference in New Issue
Block a user