mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-10 03:10:41 +00:00
Don't inline doc in prelude
This commit is contained in:
parent
829dd77deb
commit
d29f80869d
@ -6,11 +6,17 @@
|
||||
//! use cursive::prelude::*;
|
||||
//! ```
|
||||
|
||||
#[doc(no_inline)]
|
||||
pub use {Cursive, Printer, With};
|
||||
#[doc(no_inline)]
|
||||
pub use event::{Event, Key};
|
||||
#[doc(no_inline)]
|
||||
pub use view::{Boxable, Finder, Identifiable, Selector, View};
|
||||
#[doc(no_inline)]
|
||||
pub use views::{BoxView, Button, Checkbox, Dialog, DummyView, EditView,
|
||||
IdView, KeyEventView, LinearLayout, ListView, Panel,
|
||||
ProgressBar, SelectView, SliderView, TextArea, TextView};
|
||||
#[doc(no_inline)]
|
||||
pub use vec::Vec2;
|
||||
#[doc(no_inline)]
|
||||
pub use menu::MenuTree;
|
||||
|
Loading…
Reference in New Issue
Block a user