Small code cleanups.

This commit is contained in:
Andrew Gallant
2016-12-24 10:06:37 -05:00
parent 9911cd0cd9
commit 084d3f4911
5 changed files with 32 additions and 23 deletions

View File

@@ -17,6 +17,9 @@ con.reset().unwrap();
println!("This text will be normal.");
```
*/
#![deny(missing_docs)]
#[cfg(windows)]
extern crate kernel32;
#[cfg(windows)]