mirror of
https://github.com/servo/servo.git
synced 2025-07-24 15:50:21 +01:00
Fix obsolete format traits.
They are to be removed from the language in the next rust upgrade.
This commit is contained in:
parent
141b5d038f
commit
b51e83819d
35 changed files with 63 additions and 63 deletions
|
@ -163,7 +163,7 @@ impl Actor for ConsoleActor {
|
|||
messages.push(json::from_str(json::encode(&message).as_slice()).unwrap().as_object().unwrap().clone());*/
|
||||
}
|
||||
|
||||
s => println!("unrecognized message type requested: \"{:s}\"", s),
|
||||
s => println!("unrecognized message type requested: \"{}\"", s),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue