Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Oct 11, 2023
1 parent ad7f992 commit 9b014eb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions selectors/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ use cssparser::{CowRcStr, Delimiter, SourceLocation};
use cssparser::{Parser as CssParser, ToCss, Token};
use precomputed_hash::PrecomputedHash;
use smallvec::{smallvec, SmallVec};
#[cfg(feature = "into_owned")]
use static_self::IntoOwned;
use std::borrow::Borrow;
use std::fmt::{self, Debug};
use std::iter::Rev;
Expand Down

0 comments on commit 9b014eb

Please sign in to comment.