mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-09 10:50:40 +00:00
Do not run Cursive::new test
This commit is contained in:
parent
8fe9a1d54e
commit
0fbb1c9cdd
@ -134,7 +134,7 @@ impl Cursive {
|
||||
///
|
||||
/// Examples:
|
||||
///
|
||||
/// ```rust
|
||||
/// ```rust,no_run
|
||||
/// # use cursive::{Cursive, backend};
|
||||
/// let siv = Cursive::new(backend::curses::n::Backend::init);
|
||||
/// let siv = Cursive::ncurses(); // equivalent to the line above.
|
||||
|
Loading…
Reference in New Issue
Block a user