mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
style: Fix lint error in matching.rs a=lint-fix
CLOSED TREE
This commit is contained in:
parent
a95ce79554
commit
e9c1d490a9
1 changed files with 2 additions and 2 deletions
|
@ -914,8 +914,8 @@ where
|
|||
is_from_end,
|
||||
cache.as_deref_mut(),
|
||||
);
|
||||
if let Some(c) = cache.as_mut() {
|
||||
c.insert(element.opaque(), i)
|
||||
if let Some(c) = cache.as_mut() {
|
||||
c.insert(element.opaque(), i)
|
||||
}
|
||||
i
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue