Upgrade to rustc 1.33.0-nightly (fb86d604b 2018-12-27)

This commit is contained in:
Simon Sapin 2018-12-08 11:24:26 +01:00
parent ec846e3c86
commit 82fc6d9f49
7 changed files with 8 additions and 17 deletions

View file

@ -14,7 +14,6 @@
//! Use this for structs that correspond to a DOM type
#![deny(unsafe_code)]
#![feature(macro_at_most_once_rep)]
#![feature(plugin)]
#![feature(plugin_registrar)]
#![feature(rustc_private)]