Stabilize raw_identifiers

This commit is contained in:
David Tolnay 2018-08-24 19:49:13 -04:00
parent cfdbbee845
commit 1175d54fb7
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

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]