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