mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-10 03:10:41 +00:00
Don't run doc example
This commit is contained in:
parent
203ec4ac76
commit
c486d96810
@ -108,7 +108,7 @@ impl Cursive {
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
/// ```no_run
|
||||
/// ```rust,no_run
|
||||
/// # extern crate cursive;
|
||||
/// #
|
||||
/// # use cursive::{Cursive, event};
|
||||
@ -255,7 +255,7 @@ impl Cursive {
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
/// ```no_run
|
||||
/// ```rust,no_run
|
||||
/// # extern crate cursive;
|
||||
/// # use cursive::{Cursive, views, view};
|
||||
/// # use cursive::traits::*;
|
||||
@ -293,7 +293,7 @@ impl Cursive {
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
/// ```no_run
|
||||
/// ```rust,no_run
|
||||
/// # extern crate cursive;
|
||||
/// # use cursive::{Cursive, views};
|
||||
/// # use cursive::traits::*;
|
||||
@ -326,7 +326,7 @@ impl Cursive {
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
/// ```rust
|
||||
/// ```rust,no_run
|
||||
/// # use cursive::Cursive;
|
||||
/// # use cursive::views::TextView;
|
||||
/// # let mut siv = Cursive::new();
|
||||
@ -366,7 +366,7 @@ impl Cursive {
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
/// ```no_run
|
||||
/// ```rust,no_run
|
||||
/// # extern crate cursive;
|
||||
/// # use cursive::*;
|
||||
/// # fn main() {
|
||||
@ -387,7 +387,7 @@ impl Cursive {
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
/// ```no_run
|
||||
/// ```rust,no_run
|
||||
/// # extern crate cursive;
|
||||
/// # use cursive::*;
|
||||
/// # fn main() {
|
||||
|
Loading…
Reference in New Issue
Block a user