mirror of
https://github.com/nushell/nushell.git
synced 2025-01-03 04:50:28 +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 nu_utils::IgnoreCaseExt;
|
||||||
|
|
||||||
use crate::{
|
use crate::{
|
||||||
convert_env_vars, eval::is_automatic_env_var, eval_block_with_early_return, redirect_env,
|
convert_env_vars, eval::is_automatic_env_var, eval_block_with_early_return, ENV_CONVERSIONS,
|
||||||
ENV_CONVERSIONS,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/// Evaluate the compiled representation of a [`Block`].
|
/// Evaluate the compiled representation of a [`Block`].
|
||||||
|
Loading…
Reference in New Issue
Block a user