Include! test suite for serde_derive

This commit is contained in:
David Tolnay
2016-09-01 21:28:40 -07:00
parent 87a402a751
commit 88d845c4d1
3 changed files with 14 additions and 0 deletions
+1
View File
@@ -1,4 +1,5 @@
#![feature(rustc_macro, rustc_macro_lib)]
#![cfg(not(test))]
extern crate rustc_macro;
extern crate serde_codegen;