mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-08-17 21:23:48 -07:00
try again...
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user