Skip to content

Commit 859db08

Browse files
committed
Fix unused import in test
1 parent 90c8040 commit 859db08

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/bevy_transform/src/hierarchy/child_builder.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ mod tests {
193193
use super::BuildChildren;
194194
use crate::prelude::{Children, Parent, PreviousParent};
195195
use bevy_ecs::{Commands, Entity, Resources, World};
196-
use smallvec::{smallvec, SmallVec};
197196

198197
#[test]
199198
fn build_children() {

0 commit comments

Comments
 (0)