Stabilize raw_identifiers

This commit is contained in:
David Tolnay
2018-08-24 19:49:13 -04:00
parent cfdbbee845
commit 1175d54fb7
-1
View File
@@ -7,7 +7,6 @@
// except according to those terms.
#![deny(warnings)]
#![cfg_attr(feature = "unstable", feature(raw_identifiers))]
#[cfg(feature = "unstable")]
#[macro_use]