From a595d1801ae312e5c3a5972774039c8a0953448a Mon Sep 17 00:00:00 2001 From: Clement Rey Date: Fri, 30 Jun 2023 10:36:08 +0200 Subject: [PATCH] cleanup --- crates/re_sdk/src/msg_sender.rs | 3 --- crates/re_types/source_hash.txt | 2 +- crates/re_types_builder/src/codegen/rust.rs | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/crates/re_sdk/src/msg_sender.rs b/crates/re_sdk/src/msg_sender.rs index 1e500d384806..04ee97ef7118 100644 --- a/crates/re_sdk/src/msg_sender.rs +++ b/crates/re_sdk/src/msg_sender.rs @@ -328,9 +328,6 @@ impl MsgSender { let timeless = self.timeless; let [row_standard, row_splats] = self.into_rows(); - // dbg!(&row_standard); - // dbg!(&row_splats); - if let Some(row_splats) = row_splats { rec_stream.record_row(row_splats, !timeless); } diff --git a/crates/re_types/source_hash.txt b/crates/re_types/source_hash.txt index 2b4b058c4a2d..6224067380c5 100644 --- a/crates/re_types/source_hash.txt +++ b/crates/re_types/source_hash.txt @@ -1,4 +1,4 @@ # This is a sha256 hash for all direct and indirect dependencies of this crate's build script. # It can be safely removed at anytime to force the build script to run again. # Check out build.rs to see how it's computed. -e26b40398d30efb613c92ca5cd9352c34108f5acd86839ae336fb7124c963312 \ No newline at end of file +afc01539cb778ef699e8cef27436420fe8dc4ee078fdd56d874e2409b3749d88 \ No newline at end of file diff --git a/crates/re_types_builder/src/codegen/rust.rs b/crates/re_types_builder/src/codegen/rust.rs index 3303a534d1ca..648587405070 100644 --- a/crates/re_types_builder/src/codegen/rust.rs +++ b/crates/re_types_builder/src/codegen/rust.rs @@ -609,7 +609,7 @@ fn quote_trait_impls_from_obj( let legacy_fqname = objects .get(fqname) .try_get_attr::(crate::ATTR_RERUN_LEGACY_FQNAME) - .unwrap_or_else(|| obj_field.typ.fqname().unwrap().to_owned()); + .unwrap_or_else(|| fqname.to_owned()); let extract_datatype_and_return = quote! { array.map(|array| {