mirror of
https://github.com/nushell/nushell.git
synced 2025-05-29 14:21:45 +02:00
# Description I get warnings message when running tests: ``` warning: unused import: `Feature` --> crates/nu-plugin/src/protocol/mod.rs:21:25 | 21 | pub use protocol_info::{Feature, Protocol}; | ^^^^^^^ | = note: `#[warn(unused_imports)]` on by default ``` I think it's useless can can be removed.