Skip to content

Commit 801decc

Browse files
authored
Fix cargo t --all-features --all (#7054)
1 parent a93faab commit 801decc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/top/rerun/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
//!
6464
//! rec.set_time_sequence("frame", 42);
6565
//! rec.log("path/to/points", &rerun::Points3D::new(points).with_colors(colors))?;
66-
//! rec.log("path/to/image", &rerun::Image::from_color_model_and_tensor(image)?)?;
66+
//! rec.log("path/to/image", &rerun::Image::from_color_model_and_tensor(rerun::ColorModel::RGB, image)?)?;
6767
//!
6868
//! # Ok::<(), Box<dyn std::error::Error>>(())
6969
//! ```

0 commit comments

Comments
 (0)