mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-12 20:23:35 +00:00
Don't run example on cargo test
Apparently it fails on travis (??)
This commit is contained in:
parent
8bbab10d1c
commit
ba26ab965b
@ -90,7 +90,7 @@ impl Printer {
|
|||||||
///
|
///
|
||||||
/// # Examples
|
/// # Examples
|
||||||
///
|
///
|
||||||
/// ```
|
/// ```no_run
|
||||||
/// # use cursive::printer::Printer;
|
/// # use cursive::printer::Printer;
|
||||||
/// # use cursive::theme;
|
/// # use cursive::theme;
|
||||||
/// # let printer = Printer::new((6,4), theme::load_default());
|
/// # let printer = Printer::new((6,4), theme::load_default());
|
||||||
|
Loading…
Reference in New Issue
Block a user