Skip to content

Commit

Permalink
Remove redundant import in markdown widget
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Sep 18, 2024
1 parent 14353c2 commit 672188e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion widget/src/markdown.rs
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,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 =
Expand Down

0 comments on commit 672188e

Please sign in to comment.