From 3f72ef4cdd0ac3588c244fc9ea0cf08f1bc7a4ce Mon Sep 17 00:00:00 2001 From: David Peter Date: Tue, 1 Nov 2022 20:07:09 +0100 Subject: [PATCH] Remove outdated TODO comment --- src/cli.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cli.rs b/src/cli.rs index 4507613..2428852 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -636,7 +636,6 @@ impl Opts { } } -// TODO: windows? #[cfg(feature = "completions")] fn guess_shell() -> anyhow::Result { let env_shell = std::env::var_os("SHELL").map(PathBuf::from);