Skip to content

Commit

Permalink
docs: hides formatting from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kbknapp committed May 2, 2016
1 parent 4fe133d commit cb70809
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fmt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ use ansi_term::ANSIString;
/// Defines styles for different types of error messages. Defaults to Error=Red, Warning=Yellow,
/// and Good=Green
#[derive(Debug)]
#[doc(hidden)]
pub enum Format<T> {
/// Defines the style used for errors, defaults to Red
Error(T),
Expand Down

0 comments on commit cb70809

Please sign in to comment.