ran clippy fix

This commit is contained in:
2026-02-27 11:04:41 -05:00
parent 3d47e4edd9
commit 6f408b3c21
15 changed files with 44 additions and 69 deletions

View File

@@ -1,16 +1,15 @@
use std::{
env,
os::unix::fs::PermissionsExt,
path::{Path, PathBuf},
};
use crate::{
libsh::term::{Style, StyleSet, Styled},
libsh::term::{Style, StyleSet},
readline::{
annotate_input,
markers::{self, is_marker},
},
state::{read_logic, read_meta, read_shopts},
state::{read_meta, read_shopts},
};
/// Syntax highlighter for shell input using Unicode marker-based annotation