We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 389a2ca commit 31d85edCopy full SHA for 31d85ed
1 file changed
src/cortex-tui/src/sound.rs
@@ -10,12 +10,12 @@
10
//! On platforms without audio support (e.g., musl builds), falls back to
11
//! terminal bell notifications.
12
13
-use std::io::Write;
14
#[cfg(feature = "audio")]
15
use std::io::Cursor;
+use std::io::Write;
16
+use std::sync::OnceLock;
17
18
use std::sync::mpsc;
-use std::sync::OnceLock;
19
20
use std::thread;
21
0 commit comments