mirror of
https://github.com/nushell/nushell
synced 2024-12-29 06:23:11 +00:00
5f1e8a6af8
# Description Currently on Android, there are warnings about unused variables. This PR fixes that with more conditional guards for the unused variables. Additionally, in #10013, @kubouch gave feedback in [the last PR](https://github.com/nushell/nushell/pull/10013#pullrequestreview-1596828128) that it was unwieldy to repeat ```rust #[cfg(all( feature = "trash-support", not(target_os = "android"), not(target_os = "ios") ))] ``` |
||
---|---|---|
.. | ||
src | ||
tests | ||
Cargo.toml | ||
LICENSE |