mirror of
https://github.com/chatmail/core.git
synced 2026-05-01 20:36:31 +03:00
Automatically group imports using nightly rustfmt
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
#![recursion_limit = "128"]
|
||||
extern crate proc_macro;
|
||||
|
||||
use crate::proc_macro::TokenStream;
|
||||
use quote::quote;
|
||||
|
||||
use crate::proc_macro::TokenStream;
|
||||
|
||||
// For now, assume (not check) that these macroses are applied to enum without
|
||||
// data. If this assumption is violated, compiler error will point to
|
||||
// generated code, which is not very user-friendly.
|
||||
|
||||
Reference in New Issue
Block a user