mirror of
https://github.com/nushell/nushell.git
synced 2024-12-22 07:02:19 +01:00
fix cargo clippy warnings
This commit is contained in:
parent
85489b91d1
commit
de6ea848db
@ -15,8 +15,7 @@ use nu_protocol::{
|
||||
use nu_utils::IgnoreCaseExt;
|
||||
|
||||
use crate::{
|
||||
convert_env_vars, eval::is_automatic_env_var, eval_block_with_early_return, redirect_env,
|
||||
ENV_CONVERSIONS,
|
||||
convert_env_vars, eval::is_automatic_env_var, eval_block_with_early_return, ENV_CONVERSIONS,
|
||||
};
|
||||
|
||||
/// Evaluate the compiled representation of a [`Block`].
|
||||
|
Loading…
Reference in New Issue
Block a user