fix cargo clippy warnings

This commit is contained in:
Bahex 2024-12-17 03:52:03 +03:00
parent 85489b91d1
commit de6ea848db

View File

@ -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`].