mirror of
https://github.com/servo/servo.git
synced 2025-08-02 04:00:32 +01:00
style: Fix Gecko nightly warning.
This commit is contained in:
parent
80dae5bc59
commit
919ff06445
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ impl<'a> BuilderWithConfig<'a> {
|
|||
fn get_builder(self) -> Builder {
|
||||
for key in self.config.keys() {
|
||||
if !self.used_keys.contains(key.as_str()) {
|
||||
panic!(format!("Unknown key: {}", key));
|
||||
panic!("Unknown key: {}", key);
|
||||
}
|
||||
}
|
||||
self.builder
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue