update format with version 0.4.1

This commit is contained in:
Marc-Antoine Arnaud
2018-05-23 21:58:48 +02:00
parent c50b1aa4a8
commit a951aa9ba0
9 changed files with 96 additions and 71 deletions

View File

@@ -1,7 +1,7 @@
#![recursion_limit = "256"]
extern crate proc_macro2;
extern crate proc_macro;
extern crate proc_macro2;
#[macro_use]
extern crate quote;
extern crate syn;