Stop using macro_escape as an inner attribute

In preparation for the rename.
This commit is contained in:
Keegan McAllister 2014-12-18 20:09:57 -08:00
parent 73806ddd0f
commit fc58479323
32 changed files with 55 additions and 47 deletions

View file

@ -9,7 +9,6 @@
// except according to those terms.
#![experimental]
#![macro_escape]
//! A typesafe bitmask flag generator.