From 1c5884b2f9cc74211fb86fe8af7f6d089e764ebb Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Fri, 16 Sep 2016 07:12:06 -0400 Subject: [PATCH] try again... --- src/gitignore.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gitignore.rs b/src/gitignore.rs index 7678db4b..76e0be76 100644 --- a/src/gitignore.rs +++ b/src/gitignore.rs @@ -126,7 +126,7 @@ impl Gitignore { thread_local! { static MATCHES: RefCell> = { RefCell::new(vec![]) - }; + } }; MATCHES.with(|matches| { let mut matches = matches.borrow_mut();