forked from extern/nushell
supress warnings
This commit is contained in:
parent
b3192ddc97
commit
28b26ca44d
@ -12,6 +12,7 @@ use crate::filesystem::util::FileStructure;
|
||||
|
||||
pub struct Cp;
|
||||
|
||||
#[allow(unused_must_use)]
|
||||
impl Command for Cp {
|
||||
fn name(&self) -> &str {
|
||||
"cp"
|
||||
|
@ -9,6 +9,7 @@ use nu_protocol::{ShellError, Signature, SyntaxShape, Value};
|
||||
|
||||
pub struct Mv;
|
||||
|
||||
#[allow(unused_must_use)]
|
||||
impl Command for Mv {
|
||||
fn name(&self) -> &str {
|
||||
"mv"
|
||||
|
Loading…
Reference in New Issue
Block a user