From 7a682f465e74d31ade4cb96c8d32110d33deebd7 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sat, 24 Dec 2016 10:49:43 -0500 Subject: [PATCH] add docs to wincolor --- wincolor/src/win.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wincolor/src/win.rs b/wincolor/src/win.rs index 9c3cf76..09de3eb 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,