Fix for Rust 1.15
This commit is contained in:
parent
a295c38ba3
commit
0e6ce8fa50
@ -1,5 +1,6 @@
|
||||
use proc_macro2::{Ident, Span, TokenStream};
|
||||
|
||||
use syn;
|
||||
use try;
|
||||
|
||||
pub fn wrap_in_const(serde_path: Option<&syn::Path>, trait_: &str, ty: &Ident, code: TokenStream) -> TokenStream {
|
||||
|
Loading…
x
Reference in New Issue
Block a user