Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobhellermann committed Mar 6, 2023
1 parent 7547cb7 commit 3c0c068
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/bevy_ecs/src/change_detection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -719,8 +719,6 @@ impl std::fmt::Debug for MutUntyped<'_> {

#[cfg(test)]
mod tests {
use std::ptr::NonNull;

use bevy_ecs_macros::Resource;
use bevy_ptr::PtrMut;
use bevy_reflect::{FromType, ReflectFromPtr};
Expand Down

0 comments on commit 3c0c068

Please sign in to comment.