aboutsummaryrefslogtreecommitdiffstats
path: root/components/selectors/visitor.rs
diff options
context:
space:
mode:
authorMartin Robinson <mrobinson@igalia.com>2024-02-20 07:57:10 +0100
committerGitHub <noreply@github.com>2024-02-20 06:57:10 +0000
commit2fa76916d35b178a1427fb0af831c5925e7ecea9 (patch)
treedfa72d0af7379ba33a6dbd852c771c4bc7efc6d6 /components/selectors/visitor.rs
parentb9935188927b5ab294ae8bf68a848d254e66aa28 (diff)
downloadservo-2fa76916d35b178a1427fb0af831c5925e7ecea9.tar.gz
servo-2fa76916d35b178a1427fb0af831c5925e7ecea9.zip
Revert as many changes to selectors from upstream as possible (#31365)
This is part of the preparation for splitting stylo into a separate crate. We have made various changes to selectors includings: 1. Bumping the rust edition 2. Fixing typos and updating links In addition to reverting those changes, this PR pulls in some changes to selectors we seem to have missed in the process of updates.
Diffstat (limited to 'components/selectors/visitor.rs')
-rw-r--r--components/selectors/visitor.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/selectors/visitor.rs b/components/selectors/visitor.rs
index 8b9e3ac3966..785c12813a6 100644
--- a/components/selectors/visitor.rs
+++ b/components/selectors/visitor.rs
@@ -8,7 +8,6 @@
use crate::attr::NamespaceConstraint;
use crate::parser::{Combinator, Component, Selector, SelectorImpl};
-use bitflags::bitflags;
/// A trait to visit selector properties.
///