Bug 1889030 - Remove redundant imports from selectors. r=emilio

Differential Revision: https://phabricator.services.mozilla.com/D206320
This commit is contained in:
Mike Hommey 2024-04-03 06:35:26 +00:00
parent 0d5c6f0a45
commit 125018e0a1

View File

@ -20,7 +20,7 @@
use crate::parser::{Combinator, Component, RelativeSelector, Selector, SelectorImpl};
use crate::sink::Push;
use servo_arc::{Arc, ThinArc};
use smallvec::{self, SmallVec};
use smallvec::SmallVec;
use std::cmp;
use std::iter;
use std::ptr;