mirror of
https://github.com/servo/servo
synced 2026-05-05 06:32:13 +02:00
Fix obsolete format traits.
They are to be removed from the language in the next rust upgrade.
This commit is contained in:
@@ -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),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user