Skip to content

Commit d6affcc

Browse files
committed
🚨 Allow unused method
1 parent 80aa1d3 commit d6affcc

File tree

1 file changed

+1
-0
lines changed
  • crates/terminal-colorsaurus/src/trx

1 file changed

+1
-0
lines changed

crates/terminal-colorsaurus/src/trx/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ pub trait ConsoleHandles {
7070
fn input_buffer_handle(&self) -> std::os::windows::io::BorrowedHandle<'_>;
7171

7272
/// Returns a handle to the consoles's screen buffer `CONOUT$`.
73+
#[allow(unused)]
7374
fn screen_buffer_handle(&self) -> std::os::windows::io::BorrowedHandle<'_>;
7475
}
7576

0 commit comments

Comments
 (0)