Skip to content

Commit

Permalink
rust warning fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Wumpf committed Oct 2, 2023
1 parent 0e21f6e commit a26c974
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/re_types/src/archetypes/transform3d.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/code-examples/transform3d_simple.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
use rerun::{
archetypes::{Arrows3D, Transform3D},
datatypes::{
Angle, RotationAxisAngle, Scale3D, TranslationAndMat3x3, TranslationRotationScale3D,
Angle, RotationAxisAngle, Scale3D, TranslationRotationScale3D,
},
RecordingStreamBuilder,
};
Expand Down

0 comments on commit a26c974

Please sign in to comment.