mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Auto merge of #26071 - servo:rustup, r=nox
Upgrade to rustc 1.44.0-nightly (42abbd887 2020-04-07) ~Blocked on https://github.com/rust-lang/rust/issues/70280~
This commit is contained in:
commit
9fd668488e
13 changed files with 40 additions and 56 deletions
|
@ -15,7 +15,7 @@ use servo_config::opts;
|
|||
use std::fmt;
|
||||
|
||||
lazy_static! {
|
||||
static ref IS_MULTIPROCESS: bool = { opts::multiprocess() };
|
||||
static ref IS_MULTIPROCESS: bool = opts::multiprocess();
|
||||
}
|
||||
|
||||
#[derive(Deserialize, Serialize)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue