You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use re_types_core::{AsComponents,ComponentType,Loggable};
7
5
8
6
/// A helper for logging arbitrary data to Rerun.
@@ -20,19 +18,6 @@ impl Default for AnyValues {
20
18
}
21
19
22
20
implAnyValues{
23
-
//TODO(#10908): Prune this method in 0.26.0
24
-
/// Assigns an (archetype) name to this set of any values.
25
-
#[deprecated(
26
-
since = "0.25.0",
27
-
note = "Use of archetype leads to ambiguity whether provided field names should be prefixed to be unique. Refer to dynamic_archetype instead for an unambiguous usage."
0 commit comments