mirror of
https://github.com/servo/servo.git
synced 2025-06-18 05:14:28 +00:00
Trait changes, and eliminate 'copy'
This commit is contained in:
parent
907d9f23cf
commit
ffe60ea027
30 changed files with 111 additions and 100 deletions
|
@ -181,7 +181,7 @@ impl LayoutTask {
|
|||
};
|
||||
|
||||
// FIXME: Bad copy!
|
||||
let doc_url = copy data.url;
|
||||
let doc_url = data.url.clone();
|
||||
let script_chan = data.script_chan.clone();
|
||||
|
||||
debug!("layout: received layout request for: %s", doc_url.to_str());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue