Minor refactor

This commit is contained in:
Stephen Chung
2020-10-20 09:21:41 +08:00
parent f2b6d58122
commit 643ecc86a3
9 changed files with 31 additions and 28 deletions

View File

@@ -1,4 +1,7 @@
use syn::{parse::ParseStream, parse::Parser, spanned::Spanned};
use syn::{
parse::{ParseStream, Parser},
spanned::Spanned,
};
#[derive(Debug)]
pub enum ExportScope {