mirror of
https://github.com/nushell/nushell.git
synced 2025-05-15 23:44:36 +02:00
Fix #15571: clippy
This commit is contained in:
parent
2e244b9d7c
commit
07ac77991e
@ -1,7 +1,7 @@
|
|||||||
use nu_engine::command_prelude::*;
|
use nu_engine::command_prelude::*;
|
||||||
use nu_protocol::{
|
use nu_protocol::{
|
||||||
ast::{Expr, Expression},
|
ast::{Expr, Expression},
|
||||||
DataSource, PipelineMetadata,
|
PipelineMetadata,
|
||||||
};
|
};
|
||||||
|
|
||||||
use super::util::extend_record_with_metadata;
|
use super::util::extend_record_with_metadata;
|
||||||
|
Loading…
Reference in New Issue
Block a user