Skip to content

Commit

Permalink
remove redundant derive(Debug) annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
apparebit committed Dec 23, 2024
1 parent 70c3d2d commit 8c1703d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/prettytty/src/sys/windows.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ impl RawConnection {
// ----------------------------------------------------------------------------------------------------------

/// A terminal configuration.
#[derive(Debug)]
pub(crate) struct Config {
input_mode: ConsoleMode,
input_encoding: u32,
Expand Down

0 comments on commit 8c1703d

Please sign in to comment.