Skip to content
This repository was archived by the owner on Sep 27, 2022. It is now read-only.

Commit 19f1036

Browse files
committed
remove leftover dbg!() call
1 parent 62cbdd2 commit 19f1036

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/scan.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,6 @@ fn find_classes(file: &syn::File) -> Result<HashSet<syn::Ident>, syn::Error> {
101101
} else {
102102
return Err(syn::Error::new(t.span(), "Unexpected #[derive attribute]"));
103103
}
104-
105-
dbg!(t);
106104
}
107105
}
108106

0 commit comments

Comments
 (0)