Skip to content

Commit

Permalink
Fix Clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
scouten-adobe committed Nov 6, 2022
1 parent 2238717 commit 55feb43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/xmp_core_coverage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2440,7 +2440,7 @@ fn xmp_core_coverage() {
.unwrap();
println!();

let path = XmpMeta::compose_struct_field_path(NS1, "StructProp", NS2, &"Field3").unwrap();
let path = XmpMeta::compose_struct_field_path(NS1, "StructProp", NS2, "Field3").unwrap();
println!(
"compose_struct_field_path ns1:StructProp/ns2:Field3 : {}",
path
Expand Down

0 comments on commit 55feb43

Please sign in to comment.