summaryrefslogtreecommitdiffstats
path: root/wincolor
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 /wincolor
parent9911cd0cd9569ef03255b5f1565d781a16d1cd9c (diff)
Small code cleanups.
Diffstat (limited to 'wincolor')
-rw-r--r--wincolor/src/lib.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/wincolor/src/lib.rs b/wincolor/src/lib.rs
index d5a98f93..44c9e410 100644
--- a/wincolor/src/lib.rs
+++ b/wincolor/src/lib.rs
@@ -17,6 +17,9 @@ con.reset().unwrap();
println!("This text will be normal.");
```
*/
+
+#![deny(missing_docs)]
+
#[cfg(windows)]
extern crate kernel32;
#[cfg(windows)]