mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 04:41:11 +00:00
Bug 1913256: Fix up documentation on parse_is_and_where. r=firefox-style-system-reviewers,emilio
Differential Revision: https://phabricator.services.mozilla.com/D219214
This commit is contained in:
parent
8e7046e65a
commit
ed09cb9244
@ -251,7 +251,7 @@ pub trait Parser<'i> {
|
||||
false
|
||||
}
|
||||
|
||||
/// Whether to parse the `:where` pseudo-class.
|
||||
/// Whether to parse `:is` and `:where` pseudo-classes.
|
||||
fn parse_is_and_where(&self) -> bool {
|
||||
false
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user