mirror of
https://github.com/nushell/nushell
synced 2024-12-26 04:53:09 +00:00
fix build warnings
This commit is contained in:
parent
ecebe1314a
commit
59510a85d1
1 changed files with 2 additions and 2 deletions
|
@ -60,8 +60,8 @@ pub(crate) mod post;
|
|||
pub(crate) mod prepend;
|
||||
pub(crate) mod prev;
|
||||
pub(crate) mod pwd;
|
||||
#[allow(unused)]
|
||||
pub(crate) mod range;
|
||||
#[allow(unused)]
|
||||
pub(crate) mod reduce_by;
|
||||
pub(crate) mod reject;
|
||||
pub(crate) mod reverse;
|
||||
|
@ -150,8 +150,8 @@ pub(crate) use post::Post;
|
|||
pub(crate) use prepend::Prepend;
|
||||
pub(crate) use prev::Previous;
|
||||
pub(crate) use pwd::PWD;
|
||||
#[allow(unused)]
|
||||
pub(crate) use range::Range;
|
||||
#[allow(unused)]
|
||||
pub(crate) use reduce_by::ReduceBy;
|
||||
pub(crate) use reject::Reject;
|
||||
pub(crate) use reverse::Reverse;
|
||||
|
|
Loading…
Reference in a new issue