Skip to content

Commit

Permalink
+nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
Bromeon committed Apr 6, 2024
1 parent 83fdae6 commit e976047
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion gdnative-derive/src/methods.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ use syn::{

use proc_macro2::{Span, TokenStream as TokenStream2};
use quote::{quote, ToTokens};
use std::boxed::Box;

use crate::syntax::rpc_mode::RpcMode;
use crate::utils::find_non_concrete;
Expand Down
2 changes: 0 additions & 2 deletions gdnative-derive/src/variant/attr/field.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
use std::iter::FromIterator;

use proc_macro2::Span;
use syn::spanned::Spanned;

Expand Down
2 changes: 0 additions & 2 deletions gdnative-derive/src/variant/attr/item.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
use std::iter::FromIterator;

use proc_macro2::Span;
use syn::spanned::Spanned;

Expand Down

0 comments on commit e976047

Please sign in to comment.