Fix markdown import in iced_widget
This commit is contained in:
parent
47b7a36f36
commit
06dc507beb
1 changed files with 1 additions and 2 deletions
|
|
@ -7,7 +7,6 @@ use crate::core;
|
||||||
use crate::core::widget::operation;
|
use crate::core::widget::operation;
|
||||||
use crate::core::{Element, Length, Pixels, Widget};
|
use crate::core::{Element, Length, Pixels, Widget};
|
||||||
use crate::keyed;
|
use crate::keyed;
|
||||||
use crate::markdown::{self};
|
|
||||||
use crate::overlay;
|
use crate::overlay;
|
||||||
use crate::pick_list::{self, PickList};
|
use crate::pick_list::{self, PickList};
|
||||||
use crate::progress_bar::{self, ProgressBar};
|
use crate::progress_bar::{self, ProgressBar};
|
||||||
|
|
@ -705,7 +704,7 @@ pub fn span<'a, Font>(
|
||||||
|
|
||||||
#[cfg(feature = "markdown")]
|
#[cfg(feature = "markdown")]
|
||||||
#[doc(inline)]
|
#[doc(inline)]
|
||||||
pub use markdown::view as markdown;
|
pub use crate::markdown::view as markdown;
|
||||||
|
|
||||||
/// Creates a new [`Checkbox`].
|
/// Creates a new [`Checkbox`].
|
||||||
///
|
///
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue