1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-04-24 17:12:16 +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! { 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();