mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-10 03:10:41 +00:00
Disable failing doctests
This commit is contained in:
parent
9fb8309d3a
commit
c81579a20a
@ -112,7 +112,6 @@ impl backend::Backend for Concrete {
|
||||
pancurses::Input::KeyF13 => Event::Shift(Key::F1),
|
||||
pancurses::Input::KeyF14 => Event::Shift(Key::F2),
|
||||
pancurses::Input::KeyF15 => Event::Shift(Key::F3),
|
||||
// TODO: not sure what those are
|
||||
pancurses::Input::KeyDL => Event::Refresh,
|
||||
pancurses::Input::KeyIL => Event::Key(Key::Ins),
|
||||
pancurses::Input::KeyDC => Event::Key(Key::Del),
|
||||
|
10
src/lib.rs
10
src/lib.rs
@ -211,7 +211,7 @@ impl Cursive {
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
/// ```
|
||||
/// ```no_run
|
||||
/// # extern crate cursive;
|
||||
/// #
|
||||
/// # use cursive::{Cursive, event};
|
||||
@ -348,7 +348,7 @@ impl Cursive {
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
/// ```
|
||||
/// ```no_run
|
||||
/// # extern crate cursive;
|
||||
/// # use cursive::{Cursive, views, view};
|
||||
/// # use cursive::traits::*;
|
||||
@ -374,7 +374,7 @@ impl Cursive {
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
/// ```
|
||||
/// ```no_run
|
||||
/// # extern crate cursive;
|
||||
/// # use cursive::{Cursive, views};
|
||||
/// # use cursive::traits::*;
|
||||
@ -401,7 +401,7 @@ impl Cursive {
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
/// ```
|
||||
/// ```no_run
|
||||
/// # extern crate cursive;
|
||||
/// # use cursive::*;
|
||||
/// # fn main() {
|
||||
@ -420,7 +420,7 @@ impl Cursive {
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
/// ```
|
||||
/// ```no_run
|
||||
/// # extern crate cursive;
|
||||
/// # use cursive::*;
|
||||
/// # fn main() {
|
||||
|
@ -130,7 +130,7 @@ impl ScrollBase {
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
/// ```
|
||||
/// ```no_run
|
||||
/// # use cursive::view::ScrollBase;
|
||||
/// # use cursive::Printer;
|
||||
/// # use cursive::theme;
|
||||
|
@ -21,7 +21,7 @@ use view::View;
|
||||
///
|
||||
/// [edit example]: https://github.com/gyscos/Cursive/blob/master/examples/edit.rs
|
||||
///
|
||||
/// ```
|
||||
/// ```no_run
|
||||
/// # extern crate cursive;
|
||||
/// # use cursive::Cursive;
|
||||
/// # use cursive::traits::*;
|
||||
|
@ -24,7 +24,7 @@ use views::MenuPopup;
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
/// ```
|
||||
/// ```no_run
|
||||
/// # extern crate cursive;
|
||||
/// # use cursive::Cursive;
|
||||
/// # use cursive::views::{SelectView, Dialog, TextView};
|
||||
|
Loading…
Reference in New Issue
Block a user