summaryrefslogtreecommitdiffstats
path: root/widget/src/markdown.rs
diff options
context:
space:
mode:
Diffstat (limited to 'widget/src/markdown.rs')
-rw-r--r--widget/src/markdown.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/widget/src/markdown.rs b/widget/src/markdown.rs
index 6e592998..81bea0c5 100644
--- a/widget/src/markdown.rs
+++ b/widget/src/markdown.rs
@@ -325,7 +325,7 @@ pub fn parse(markdown: &str) -> impl Iterator<Item = Item> + '_ {
) if !metadata && !table => {
#[cfg(feature = "highlighter")]
{
- use iced_highlighter::{self, Highlighter};
+ use iced_highlighter::Highlighter;
use text::Highlighter as _;
highlighter =