Remove usage of unstable feature conservative_impl_trait in layout

This commit is contained in:
Simon Sapin 2017-10-12 18:00:44 +02:00
parent c2d660037a
commit 4727b92754
3 changed files with 30 additions and 5 deletions

View file

@ -4,7 +4,6 @@
#![deny(unsafe_code)]
#![feature(box_patterns)]
#![feature(conservative_impl_trait)]
#![feature(raw)]
extern crate app_units;