mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 06:05:27 +02:00
Clippy and remove unused is_binary (#5879)
This commit is contained in:
@ -23,10 +23,6 @@ pub trait Command: Send + Sync + CommandClone {
|
||||
input: PipelineData,
|
||||
) -> Result<PipelineData, ShellError>;
|
||||
|
||||
fn is_binary(&self) -> bool {
|
||||
false
|
||||
}
|
||||
|
||||
fn examples(&self) -> Vec<Example> {
|
||||
Vec::new()
|
||||
}
|
||||
|
Reference in New Issue
Block a user