feat(cargo): Update syntex

This commit is contained in:
Erick Tryzelaar
2016-03-16 23:33:23 -07:00
parent b1cab411d6
commit 9785646246
5 changed files with 17 additions and 15 deletions
+2
View File
@@ -11,9 +11,11 @@ extern crate quasi;
extern crate syntex;
#[cfg(feature = "with-syntex")]
#[macro_use]
extern crate syntex_syntax as syntax;
#[cfg(not(feature = "with-syntex"))]
#[macro_use]
extern crate syntax;
#[cfg(not(feature = "with-syntex"))]