mirror of
https://github.com/servo/servo.git
synced 2025-06-20 07:08:59 +01:00
style: Remove MatchingContext mutability FIXME that no longer applies
Differential Revision: https://phabricator.services.mozilla.com/D175028
This commit is contained in:
parent
5dd35ac6cd
commit
dcfef6cdbb
1 changed files with 0 additions and 3 deletions
|
@ -132,9 +132,6 @@ where
|
||||||
visited_handling: VisitedHandlingMode,
|
visited_handling: VisitedHandlingMode,
|
||||||
|
|
||||||
/// The current nesting level of selectors that we're matching.
|
/// The current nesting level of selectors that we're matching.
|
||||||
///
|
|
||||||
/// FIXME(emilio): Consider putting the mutable stuff in a Cell, then make
|
|
||||||
/// MatchingContext immutable again.
|
|
||||||
nesting_level: usize,
|
nesting_level: usize,
|
||||||
|
|
||||||
/// Whether we're inside a negation or not.
|
/// Whether we're inside a negation or not.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue