mirror of
https://github.com/servo/servo.git
synced 2025-08-08 15:05:35 +01:00
geckolib: Fix some warnings (treated as error) new in Rust Nigthly
This commit is contained in:
parent
fbabcaf614
commit
35282042bc
6 changed files with 21 additions and 21 deletions
|
@ -413,7 +413,7 @@ impl<'lb> GeckoXBLBinding<'lb> {
|
|||
}
|
||||
}
|
||||
|
||||
fn each_xbl_stylist<F>(self, mut f: &mut F)
|
||||
fn each_xbl_stylist<F>(self, f: &mut F)
|
||||
where
|
||||
F: FnMut(&Stylist),
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue