mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 17:35:10 +02:00
Rust 1.85, edition=2024 (#15741)
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
use crate::{second_custom_value::SecondCustomValue, CustomValuePlugin};
|
||||
use crate::{CustomValuePlugin, second_custom_value::SecondCustomValue};
|
||||
use nu_plugin::{EngineInterface, EvaluatedCall, SimplePluginCommand};
|
||||
use nu_protocol::{Category, Example, LabeledError, Signature, Span, SyntaxShape, Value};
|
||||
|
||||
|
Reference in New Issue
Block a user