mirror of
https://github.com/openai/codex.git
synced 2026-09-15 12:08:01 +00:00
gate OnceLock import to Windows
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
use crate::color::perceptual_distance;
|
||||
use ratatui::style::Color;
|
||||
use std::sync::LazyLock;
|
||||
#[cfg(windows)]
|
||||
use std::sync::OnceLock;
|
||||
use std::sync::Mutex;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user