This commit is contained in:
Lukas Wirth 2024-02-07 16:53:27 +01:00
parent 731b159f10
commit 3688064ff5
11 changed files with 17 additions and 44 deletions

View file

@ -2,8 +2,6 @@
#![recursion_limit = "256"]
extern crate proc_macro;
extern crate proc_macro2;
#[macro_use]
extern crate quote;