mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Upgrade to rust-url 1.0 and hyper 0.9
This commit is contained in:
parent
305c283602
commit
7932ab6ac2
76 changed files with 524 additions and 888 deletions
|
@ -285,7 +285,7 @@ fn run_server(sender: Sender<DevtoolsControlMsg>,
|
|||
let tab = TabActor {
|
||||
name: actors.new_name("tab"),
|
||||
title: String::from(title),
|
||||
url: url.serialize(),
|
||||
url: url.into_string(),
|
||||
console: console.name(),
|
||||
inspector: inspector.name(),
|
||||
timeline: timeline.name(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue