remove superfluous reference
This commit is contained in:
parent
4379e1e3b7
commit
69089a13cf
@ -357,7 +357,7 @@ impl SimpleSelector {
|
||||
..
|
||||
}) = their_simple
|
||||
{
|
||||
if SUBSELECTOR_PSEUDOS.contains(&unvendor(&name)) {
|
||||
if SUBSELECTOR_PSEUDOS.contains(&unvendor(name)) {
|
||||
return sel.components.iter().all(|complex| {
|
||||
if complex.components.len() != 1 {
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user