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