Skip to content

Commit

Permalink
rustfmt is losing it
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Jun 30, 2023
1 parent 5ddf243 commit b60d3e2
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/source_hash.txt
Original file line number Diff line number Diff line change
@@ -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.
21f261792bcd615cd123cb4e2ee4809b99d7d33782aa800bab357a78ed8a8420
3d31d60c82a965a66e3a219793733623e6dd8b78141d2e5dbf0bfae8072171a3
2 changes: 1 addition & 1 deletion crates/re_types_builder/src/codegen/rust.rs
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ fn quote_trait_impls_from_obj(
let component = obj_field.typ.fqname().unwrap();
let component = format_ident!("{}", component.rsplit_once('.').unwrap().1);
let component = quote!(crate::components::#component);

let fqname = obj_field.typ.fqname().unwrap();
let legacy_fqname = objects
.get(fqname)
Expand Down

0 comments on commit b60d3e2

Please sign in to comment.