Bug 1808156 - Remove MatchingContext mutability FIXME that no longer applies r=emilio

Differential Revision: https://phabricator.services.mozilla.com/D175028
This commit is contained in:
Zach Hoffman 2023-04-10 08:47:18 +00:00
parent 7c95477bb7
commit 4c155dc48d

View File

@ -132,9 +132,6 @@ where
visited_handling: VisitedHandlingMode,
/// 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,
/// Whether we're inside a negation or not.