Skip to content

Commit 7bafd98

Browse files
committed
cleanup some imports
1 parent f4d2125 commit 7bafd98

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

crates/bevy_mod_scripting_core/src/bindings/function/from.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use crate::{
33
error::InteropError,
44
prelude::ScriptValue,
55
};
6-
use bevy::reflect::{FromReflect, GetTypeRegistration, Reflect};
6+
use bevy::reflect::{FromReflect, Reflect};
77
use std::{
88
any::TypeId,
99
ffi::OsString,

crates/bevy_mod_scripting_core/src/bindings/function/from_ref.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ use std::{any::TypeId, ffi::OsString, path::PathBuf};
33
use bevy::reflect::{DynamicEnum, DynamicList, DynamicTuple, DynamicVariant, PartialReflect};
44

55
use crate::{
6-
bindings::{function::from::FromScript, ReflectReference, WorldGuard},
7-
downcast_into_value,
6+
bindings::{function::from::FromScript, WorldGuard},
87
error::InteropError,
98
match_by_type,
109
prelude::ScriptValue,

0 commit comments

Comments
 (0)