Clean up which/which-support Cargo feature (#5019)

* Rename "which" feature to "which-support"

* Ignore currently broken environment tests
This commit is contained in:
Reilly Wood
2022-03-29 04:10:43 -07:00
committed by GitHub
parent a2872b4ccc
commit 79182db587
9 changed files with 30 additions and 14 deletions

View File

@ -142,7 +142,7 @@ pub fn create_default_context(cwd: impl AsRef<Path>) -> EngineState {
Sys,
};
#[cfg(feature = "which")]
#[cfg(feature = "which-support")]
bind_command! { Which };
// Strings