Remove redundant import in markdown widget

This commit is contained in:
Héctor Ramón Jiménez 2024-09-18 21:51:12 +02:00
parent 14353c285f
commit 71af846c6d
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -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 =