mirror of
https://github.com/servo/servo.git
synced 2025-07-22 06:43:40 +01:00
Remove a useless cfg attribute
This commit is contained in:
parent
661ade376d
commit
e973b2958d
1 changed files with 0 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue