Skip to content

Commit de6cebc

Browse files
authored
Fix clippy (#11316)
1 parent 436ea5c commit de6cebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/viewer/re_view_spatial/tests/bgr_images.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use re_test_context::{
1010
};
1111
use re_test_viewport::TestContextExt as _;
1212
use re_types::{
13-
Archetype, blueprint::components::BackgroundKind, datatypes::ColorModel,
13+
Archetype as _, blueprint::components::BackgroundKind, datatypes::ColorModel,
1414
image::ImageChannelType,
1515
};
1616
use re_viewer_context::{ViewClass as _, ViewId};

0 commit comments

Comments
 (0)