Remove outdated TODO comment

This commit is contained in:
David Peter 2022-11-01 20:07:09 +01:00
parent 169d22fde2
commit 3f72ef4cdd
1 changed files with 0 additions and 1 deletions

View File

@ -636,7 +636,6 @@ impl Opts {
}
}
// TODO: windows?
#[cfg(feature = "completions")]
fn guess_shell() -> anyhow::Result<Shell> {
let env_shell = std::env::var_os("SHELL").map(PathBuf::from);