mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 20:47:44 +02:00
Rust 1.85, edition=2024 (#15741)
This commit is contained in:
@ -233,7 +233,7 @@ macro_rules! nu_with_plugins {
|
||||
|
||||
}
|
||||
|
||||
use crate::{Outcome, NATIVE_PATH_ENV_VAR};
|
||||
use crate::{NATIVE_PATH_ENV_VAR, Outcome};
|
||||
use nu_path::{AbsolutePath, AbsolutePathBuf, Path, PathBuf};
|
||||
use nu_utils::escape_quote_string;
|
||||
use std::{
|
||||
|
Reference in New Issue
Block a user