clippy
This commit is contained in:
parent
8792bf839b
commit
8b0203e177
1 changed files with 1 additions and 1 deletions
|
@ -831,7 +831,7 @@ impl Fs for RealFs {
|
|||
.filter(|output| output.status.success())
|
||||
.and_then(|output| String::from_utf8(output.stdout).ok())
|
||||
.filter(|output| !output.is_empty())
|
||||
.map(|path| PathBuf::from(path))
|
||||
.map(PathBuf::from)
|
||||
.or_else(|| Some(dirs::config_dir()?.join("git").join("ignore")))
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue