mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Make usage of unstable feature on_unimplemented optional.
This commit is contained in:
parent
5a5b7d7f39
commit
bffec1c1a1
4 changed files with 5 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#![cfg_attr(feature = "unstable", feature(on_unimplemented))]
|
||||
#![feature(conservative_impl_trait)]
|
||||
#![feature(const_fn)]
|
||||
#![feature(core_intrinsics)]
|
||||
#![feature(mpsc_select)]
|
||||
#![feature(on_unimplemented)]
|
||||
#![feature(plugin)]
|
||||
#![feature(proc_macro)]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue