mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 03:15:00 +02:00
Rust 1.85, edition=2024 (#15741)
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
use nu_parser::*;
|
||||
use nu_protocol::{
|
||||
DeclId, ParseError, Signature, Span, SyntaxShape, Type,
|
||||
ast::{Argument, Expr, Expression, ExternalArgument, PathMember, Range},
|
||||
engine::{Command, EngineState, Stack, StateWorkingSet},
|
||||
DeclId, ParseError, Signature, Span, SyntaxShape, Type,
|
||||
};
|
||||
use rstest::rstest;
|
||||
|
||||
@ -1998,7 +1998,7 @@ mod mock {
|
||||
use super::*;
|
||||
use nu_engine::CallExt;
|
||||
use nu_protocol::{
|
||||
engine::Call, Category, IntoPipelineData, PipelineData, ShellError, Type, Value,
|
||||
Category, IntoPipelineData, PipelineData, ShellError, Type, Value, engine::Call,
|
||||
};
|
||||
|
||||
#[derive(Clone)]
|
||||
|
Reference in New Issue
Block a user