mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Upgrade to rustc 1.28.0-nightly (524ad9b9e 2018-05-29)
Fixes https://github.com/servo/servo/issues/20844
This commit is contained in:
parent
11a89bcc47
commit
a553964123
10 changed files with 9 additions and 16 deletions
|
@ -9,7 +9,7 @@ publish = false
|
|||
path = "lib.rs"
|
||||
|
||||
[features]
|
||||
unstable = ["serde/unstable"]
|
||||
unstable = []
|
||||
|
||||
[dependencies]
|
||||
serde = "1.0.14"
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
//! `NonZero*` types that are either `core::nonzero::NonZero<_>`
|
||||
//! or some stable types with an equivalent API (but no memory layout optimization).
|
||||
|
||||
#![cfg_attr(feature = "unstable", feature(nonzero))]
|
||||
#![cfg_attr(feature = "unstable", feature(const_fn))]
|
||||
|
||||
extern crate serde;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue