1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-01-19 05:49:14 +02:00

try again...

This commit is contained in:
Andrew Gallant 2016-09-16 07:12:06 -04:00
parent 8203a80ac7
commit 1c5884b2f9

View File

@ -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();