Skip to content

Commit

Permalink
[closes #27] adds Debug impl for TTYPortSettings
Browse files Browse the repository at this point in the history
  • Loading branch information
dcuddeback committed Jun 2, 2016
1 parent 21fe1eb commit bbfb4c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/posix/tty.rs
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ impl SerialDevice for TTYPort {
}

/// Serial port settings for TTY devices.
#[derive(Copy,Clone)]
#[derive(Debug,Copy,Clone)]
pub struct TTYSettings {
termios: termios::Termios
}
Expand Down

0 comments on commit bbfb4c8

Please sign in to comment.