mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
gate unused lines
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user