summaryrefslogtreecommitdiffstats
path: root/termcolor
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-12-24 10:06:37 -0500
committerAndrew Gallant <jamslam@gmail.com>2016-12-24 10:06:37 -0500
commit084d3f4911695df94bdc28bd55ae0b8aa290d175 (patch)
tree8bedc6f542517da66e4add92dcd969c417d7b613 /termcolor
parent9911cd0cd9569ef03255b5f1565d781a16d1cd9c (diff)
Small code cleanups.
Diffstat (limited to 'termcolor')
-rw-r--r--termcolor/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/termcolor/src/lib.rs b/termcolor/src/lib.rs
index fb93fa49..6b6492b0 100644
--- a/termcolor/src/lib.rs
+++ b/termcolor/src/lib.rs
@@ -67,6 +67,7 @@ try!(bufwtr.print(&buffer));
# Ok(()) }
```
*/
+
#![deny(missing_docs)]
#[cfg(windows)]