mirror of
https://github.com/servo/servo.git
synced 2025-10-08 04:29:24 +01:00
Upgrade to latest Rust.
This commit is contained in:
parent
56dd5b943e
commit
f5b5b337d3
99 changed files with 269 additions and 253 deletions
|
@ -108,7 +108,7 @@ pub struct LoadResponse {
|
|||
}
|
||||
|
||||
/// Messages sent in response to a `Load` message
|
||||
#[deriving(Eq,Show)]
|
||||
#[deriving(PartialEq,Show)]
|
||||
pub enum ProgressMsg {
|
||||
/// Binary data - there may be multiple of these
|
||||
Payload(Vec<u8>),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue