Remove redundant import in markdown widget
This commit is contained in:
parent
14353c285f
commit
71af846c6d
1 changed files with 1 additions and 1 deletions
|
|
@ -239,7 +239,7 @@ pub fn parse(markdown: &str) -> impl Iterator<Item = Item> + '_ {
|
||||||
) if !metadata && !table => {
|
) if !metadata && !table => {
|
||||||
#[cfg(feature = "highlighter")]
|
#[cfg(feature = "highlighter")]
|
||||||
{
|
{
|
||||||
use iced_highlighter::{self, Highlighter};
|
use iced_highlighter::Highlighter;
|
||||||
use text::Highlighter as _;
|
use text::Highlighter as _;
|
||||||
|
|
||||||
highlighter =
|
highlighter =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue