fixed typos & formatting
This commit is contained in:
@@ -12,7 +12,7 @@ enum EmbedMode {
|
||||
Str,
|
||||
}
|
||||
|
||||
#[proc_macro_derive(Embed, attributes(dir,mode))]
|
||||
#[proc_macro_derive(Embed, attributes(dir, mode))]
|
||||
pub fn embed(input: proc_macro::TokenStream) -> proc_macro::TokenStream {
|
||||
let input = parse_macro_input!(input as DeriveInput);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user