mirror of
https://github.com/servo/servo.git
synced 2025-06-13 02:44:29 +00:00
Update Rust.
This commit is contained in:
parent
3644d0272c
commit
eaedeb07cb
184 changed files with 643 additions and 657 deletions
|
@ -30,7 +30,7 @@ pub enum Msg {
|
|||
AddStylesheetMsg(Stylesheet),
|
||||
|
||||
/// Requests a reflow.
|
||||
ReflowMsg(~Reflow),
|
||||
ReflowMsg(Box<Reflow>),
|
||||
|
||||
/// Performs a synchronous layout request.
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue