mirror of
https://github.com/sharkdp/fd.git
synced 2024-11-17 09:28:25 +01:00
Remove outdated TODO comment
This commit is contained in:
parent
169d22fde2
commit
3f72ef4cdd
1 changed files with 0 additions and 1 deletions
|
@ -636,7 +636,6 @@ impl Opts {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: windows?
|
|
||||||
#[cfg(feature = "completions")]
|
#[cfg(feature = "completions")]
|
||||||
fn guess_shell() -> anyhow::Result<Shell> {
|
fn guess_shell() -> anyhow::Result<Shell> {
|
||||||
let env_shell = std::env::var_os("SHELL").map(PathBuf::from);
|
let env_shell = std::env::var_os("SHELL").map(PathBuf::from);
|
||||||
|
|
Loading…
Reference in a new issue