Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Update tests for Rust 1.64 (#6124)
Browse files Browse the repository at this point in the history
Co-authored-by: Bastian Köcher <info@kchr.de>
  • Loading branch information
rcny and bkchr authored Oct 10, 2022
1 parent f479d1e commit 84cd6d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/gum/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ fn plain() {
fn wo_alias() {
let a: i32 = 7;
error!(target: "foo",
"Something something {}, {:?}, or maybe {}",
"Something something {}, {b:?}, or maybe {c}",
a,
b = Y::default(),
c = a
Expand Down

0 comments on commit 84cd6d3

Please sign in to comment.