gate unused lines

This commit is contained in:
iceweasel-oai
2025-10-30 12:23:04 -07:00
parent 64d6d158d5
commit 44a3ca4991

View File

@@ -151,9 +151,10 @@ pub(crate) fn highlight_bash_to_lines(script: &str) -> Vec<Line<'static>> {
#[cfg(test)]
mod tests {
#[cfg(not(target_os = "windows"))]
use super::*;
#[cfg(not(target_os = "windows"))]
use pretty_assertions::assert_eq;
#[cfg(not(target_os = "windows"))]
use ratatui::style::Modifier;