We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80aa1d3 commit d6affccCopy full SHA for d6affcc
crates/terminal-colorsaurus/src/trx/mod.rs
@@ -70,6 +70,7 @@ pub trait ConsoleHandles {
70
fn input_buffer_handle(&self) -> std::os::windows::io::BorrowedHandle<'_>;
71
72
/// Returns a handle to the consoles's screen buffer `CONOUT$`.
73
+ #[allow(unused)]
74
fn screen_buffer_handle(&self) -> std::os::windows::io::BorrowedHandle<'_>;
75
}
76
0 commit comments