summaryrefslogtreecommitdiffstats
path: root/wincolor
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-12-24 10:49:43 -0500
committerAndrew Gallant <jamslam@gmail.com>2016-12-24 10:49:43 -0500
commit7a682f465e74d31ade4cb96c8d32110d33deebd7 (patch)
treef0ff430d38dfbb2272cac71a1d57ac4ee07fb3a3 /wincolor
parent084d3f4911695df94bdc28bd55ae0b8aa290d175 (diff)
add docs to wincolor
Diffstat (limited to 'wincolor')
-rw-r--r--wincolor/src/win.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/wincolor/src/win.rs b/wincolor/src/win.rs
index 9c3cf76c..09de3eb6 100644
--- a/wincolor/src/win.rs
+++ b/wincolor/src/win.rs
@@ -142,6 +142,7 @@ impl TextAttributes {
}
/// Whether to use intense colors or not.
+#[allow(missing_docs)]
#[derive(Clone, Copy, Debug, Eq, PartialEq)]
pub enum Intense {
Yes,
@@ -174,6 +175,7 @@ impl Intense {
}
/// The set of available colors for use with a Windows console.
+#[allow(missing_docs)]
#[derive(Clone, Copy, Debug, Eq, PartialEq)]
pub enum Color {
Black,