diff options
author | David Cuddeback <david.cuddeback@gmail.com> | 2020-04-05 14:43:16 -0600 |
---|---|---|
committer | David Cuddeback <david.cuddeback@gmail.com> | 2020-04-05 15:34:35 -0600 |
commit | 3f47df3516da01f0426b7197ddb6c97705bbdcb9 (patch) | |
tree | c4433212f2d0c1769e03f80cc7a0c0d7b2259fee | |
parent | 50ee6fb2fb158646922d7e330132bc257016848f (diff) | |
download | termios-rs-3f47df3516da01f0426b7197ddb6c97705bbdcb9.zip |
Formatting fix
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -103,6 +103,7 @@ //! fn set_fastest_speed(termios: &mut Termios) -> io::Result<()> { //! cfsetspeed(termios, termios::os::netbsd::B921600) //! } +//! //! #[cfg(target_os = "dragonfly")] //! fn set_fastest_speed(termios: &mut Termios) -> io::Result<()> { //! cfsetspeed(termios, termios::os::dragonfly::B230400) |