summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-09-16 07:12:06 -0400
committerAndrew Gallant <jamslam@gmail.com>2016-09-16 07:12:06 -0400
commit1c5884b2f9cc74211fb86fe8af7f6d089e764ebb (patch)
tree126b1f22f9f474fb0481d31b38e93a04b5aba788 /src
parent8203a80ac7f010e32f8302822787eb9b5de8c9be (diff)
try again...
Diffstat (limited to 'src')
-rw-r--r--src/gitignore.rs2
1 files changed, 1 insertions, 1 deletions
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<Vec<usize>> = {
RefCell::new(vec![])
- };
+ }
};
MATCHES.with(|matches| {
let mut matches = matches.borrow_mut();