forked from extern/nushell
Clean up which/which-support Cargo feature (#5019)
* Rename "which" feature to "which-support" * Ignore currently broken environment tests
This commit is contained in:
@ -66,7 +66,7 @@ mod update;
|
||||
mod upsert;
|
||||
mod use_;
|
||||
mod where_;
|
||||
#[cfg(feature = "which")]
|
||||
#[cfg(feature = "which-support")]
|
||||
mod which;
|
||||
mod with_env;
|
||||
mod wrap;
|
||||
|
Reference in New Issue
Block a user