Skip to content

Commit 917979b

Browse files
committed
Remove an unneeded use statement.
1 parent f43d748 commit 917979b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

godot-macros/src/derive_godot_class.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,6 @@ fn make_deref_impl(class_name: &Ident, fields: &Fields) -> TokenStream {
384384
#[cfg(test)]
385385
mod tests {
386386
use super::*;
387-
use proc_macro2::TokenStream;
388387
use quote::quote;
389388

390389
macro_rules! hash_map {

0 commit comments

Comments
 (0)