diff --git a/crates/re_viewer/src/lib.rs b/crates/re_viewer/src/lib.rs index 241ba5ec2e723..f0ad7dca4aac7 100644 --- a/crates/re_viewer/src/lib.rs +++ b/crates/re_viewer/src/lib.rs @@ -18,7 +18,7 @@ mod viewer_analytics; /// Auto-generated blueprint-related types. /// -/// They all implement the [`Component`] trait. +/// They all implement the [`re_types_core::Component`] trait. /// /// Unstable. Used for the ongoing blueprint experimentations. pub mod blueprint; diff --git a/crates/re_viewport/src/lib.rs b/crates/re_viewport/src/lib.rs index 8df6cc852638f..a2327b2ac23ad 100644 --- a/crates/re_viewport/src/lib.rs +++ b/crates/re_viewport/src/lib.rs @@ -14,7 +14,7 @@ mod viewport_blueprint_ui; /// Auto-generated blueprint-related types. /// -/// They all implement the [`Component`] trait. +/// They all implement the [`re_types_core::Component`] trait. /// /// Unstable. Used for the ongoing blueprint experimentations. pub mod blueprint;