Don't run example on cargo test

Apparently it fails on travis (??)
This commit is contained in:
Alexandre Bury 2016-06-29 17:46:39 -07:00
parent 8bbab10d1c
commit ba26ab965b

View File

@ -90,7 +90,7 @@ impl Printer {
///
/// # Examples
///
/// ```
/// ```no_run
/// # use cursive::printer::Printer;
/// # use cursive::theme;
/// # let printer = Printer::new((6,4), theme::load_default());