mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
Reinstate errors for unused variables and imports.
This commit is contained in:
parent
97e068b1c2
commit
e10206e91e
19 changed files with 36 additions and 8 deletions
|
@ -127,7 +127,7 @@ impl FontCache {
|
|||
let family = self.web_families.get_mut(&family_name);
|
||||
family.add_template(format!("{}", url).as_slice(), Some(bytes));
|
||||
},
|
||||
Err(msg) => {
|
||||
Err(_) => {
|
||||
debug!("Failed to load web font: family={} url={}", family_name, url);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue