Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Roms1383 committed Jun 13, 2024
1 parent d55ac5d commit 89d5dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use std::{
borrow::{Borrow, Cow},
collections::HashSet,
fmt::{self, Write},
ops::{Not, Range},
ops::Range,
};

use pulldown_cmark::{
Expand Down

0 comments on commit 89d5dd5

Please sign in to comment.