fix some of the review, rename, fmt, refactor

This commit is contained in:
Devin R 2020-05-10 09:06:33 -04:00
parent 1d9e80ad7b
commit 8bc106b29d
3 changed files with 60 additions and 75 deletions

View file

@ -22,7 +22,7 @@ mod a {
#[derive(ClippyMiniMacroTest)]
struct Test;
fn main() {
fn test() {
pub_macro!();
inner_mod_macro!();
pub_in_private_macro!(_var);