mirror of
https://github.com/nushell/nushell.git
synced 2025-06-20 09:58:15 +02:00
refactor(run): reorder imports for improved clarity
This commit is contained in:
parent
4b3e4305a8
commit
6ae491a6d8
@ -1,6 +1,6 @@
|
|||||||
use crate::{
|
use crate::{
|
||||||
command,
|
command,
|
||||||
config_files::{self, read_vendor_autoload_files, setup_config, nu_autoload_on_command},
|
config_files::{self, nu_autoload_on_command, read_vendor_autoload_files, setup_config},
|
||||||
};
|
};
|
||||||
use log::trace;
|
use log::trace;
|
||||||
#[cfg(feature = "plugin")]
|
#[cfg(feature = "plugin")]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user