mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Use wrappers in the nonzero crate so users don’t need unstable features
This commit is contained in:
parent
45fd384a91
commit
4594b40238
14 changed files with 19 additions and 34 deletions
|
@ -5,7 +5,6 @@
|
|||
#![deny(unsafe_code)]
|
||||
#![feature(box_patterns)]
|
||||
#![feature(conservative_impl_trait)]
|
||||
#![feature(nonzero)]
|
||||
#![feature(raw)]
|
||||
|
||||
extern crate app_units;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue