mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Update to latest Rust.
This commit is contained in:
parent
e0e5e1a2a7
commit
870db39836
75 changed files with 539 additions and 626 deletions
|
@ -34,7 +34,7 @@ pub struct Window {
|
|||
}
|
||||
|
||||
impl Drop for Window {
|
||||
fn finalize(&self) {
|
||||
fn drop(&self) {
|
||||
self.timer_chan.send(TimerMessage_Close);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue