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;
|
pub struct Cp;
|
||||||
|
|
||||||
|
#[allow(unused_must_use)]
|
||||||
impl Command for Cp {
|
impl Command for Cp {
|
||||||
fn name(&self) -> &str {
|
fn name(&self) -> &str {
|
||||||
"cp"
|
"cp"
|
||||||
|
@ -9,6 +9,7 @@ use nu_protocol::{ShellError, Signature, SyntaxShape, Value};
|
|||||||
|
|
||||||
pub struct Mv;
|
pub struct Mv;
|
||||||
|
|
||||||
|
#[allow(unused_must_use)]
|
||||||
impl Command for Mv {
|
impl Command for Mv {
|
||||||
fn name(&self) -> &str {
|
fn name(&self) -> &str {
|
||||||
"mv"
|
"mv"
|
||||||
|
Loading…
Reference in New Issue
Block a user