summaryrefslogtreecommitdiffstats
path: root/src/git_ignore.rs
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2020-01-18 18:23:46 +0100
committerCanop <cano.petrole@gmail.com>2020-01-18 18:23:46 +0100
commit21b50587caed0df68e79d25b78f9e6123d784b69 (patch)
tree348bf765155ee636ef4b543f55e5648d9582e62a /src/git_ignore.rs
parentac71628e93d3bb3441c66f89b8484aef569216cc (diff)
change default value of the toggle_trim_root to false
Fix #106 but might be reverted
Diffstat (limited to 'src/git_ignore.rs')
-rw-r--r--src/git_ignore.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/git_ignore.rs b/src/git_ignore.rs
index 30e15f3..c18e379 100644
--- a/src/git_ignore.rs
+++ b/src/git_ignore.rs
@@ -121,7 +121,6 @@ impl GitIgnoreFilter {
pub fn extended_to(
&self,
dir: &Path,
- // chain_behaviour: IgnoreChainBehaviour,
) -> GitIgnoreFilter {
let ignore_file = dir.join(".gitignore");
if let Ok(gif) = GitIgnoreFile::new(&ignore_file) {