Use wrappers in the nonzero crate so users don’t need unstable features

This commit is contained in:
Simon Sapin 2017-10-12 17:39:31 +02:00
parent 45fd384a91
commit 4594b40238
14 changed files with 19 additions and 34 deletions

View file

@ -5,8 +5,6 @@
#![crate_name = "canvas_traits"]
#![crate_type = "rlib"]
#![cfg_attr(feature = "unstable", feature(nonzero))]
#![deny(unsafe_code)]
extern crate cssparser;