summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Cuddeback <david.cuddeback@gmail.com>2020-04-05 14:43:16 -0600
committerDavid Cuddeback <david.cuddeback@gmail.com>2020-04-05 15:34:35 -0600
commit3f47df3516da01f0426b7197ddb6c97705bbdcb9 (patch)
treec4433212f2d0c1769e03f80cc7a0c0d7b2259fee
parent50ee6fb2fb158646922d7e330132bc257016848f (diff)
downloadtermios-rs-3f47df3516da01f0426b7197ddb6c97705bbdcb9.zip
Formatting fix
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index c126733..d54030b 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -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)