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