mirror of
https://github.com/servo/servo.git
synced 2025-07-31 19:20:22 +01:00
Remove needless returns
This commit is contained in:
parent
2e02ea38fc
commit
e94df1ed5c
14 changed files with 38 additions and 38 deletions
|
@ -113,7 +113,7 @@ impl<'a> PartialEq for ApplicableDeclarationsCacheQuery<'a> {
|
|||
return false
|
||||
}
|
||||
}
|
||||
return true
|
||||
true
|
||||
}
|
||||
}
|
||||
impl<'a> Eq for ApplicableDeclarationsCacheQuery<'a> {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue