mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Upgrade to rustc 1.44.0-nightly (42abbd887 2020-04-07)
This commit is contained in:
parent
4227425c1e
commit
1c0549ce7f
10 changed files with 37 additions and 26 deletions
|
@ -51,7 +51,7 @@ use tokio::runtime::Runtime;
|
|||
use tokio_openssl::SslAcceptorExt;
|
||||
|
||||
lazy_static! {
|
||||
pub static ref HANDLE: Mutex<Runtime> = { Mutex::new(Runtime::new().unwrap()) };
|
||||
pub static ref HANDLE: Mutex<Runtime> = Mutex::new(Runtime::new().unwrap());
|
||||
}
|
||||
|
||||
const DEFAULT_USER_AGENT: &'static str = "Such Browser. Very Layout. Wow.";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue