mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-05-19 09:40:22 -07:00
try again...
This commit is contained in:
parent
8203a80ac7
commit
1c5884b2f9
@ -126,7 +126,7 @@ impl Gitignore {
|
|||||||
thread_local! {
|
thread_local! {
|
||||||
static MATCHES: RefCell<Vec<usize>> = {
|
static MATCHES: RefCell<Vec<usize>> = {
|
||||||
RefCell::new(vec![])
|
RefCell::new(vec![])
|
||||||
};
|
}
|
||||||
};
|
};
|
||||||
MATCHES.with(|matches| {
|
MATCHES.with(|matches| {
|
||||||
let mut matches = matches.borrow_mut();
|
let mut matches = matches.borrow_mut();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user