Remove a useless cfg attribute

This commit is contained in:
Anthony Ramine 2017-02-21 11:10:30 +01:00
parent 661ade376d
commit e973b2958d

View file

@ -7,7 +7,6 @@ extern crate proc_macro;
extern crate syn;
extern crate synstructure;
#[cfg(not(test))]
#[proc_macro_derive(JSTraceable)]
pub fn expand_token_stream(input: proc_macro::TokenStream) -> proc_macro::TokenStream {
expand_string(&input.to_string()).parse().unwrap()