Skip to content

Commit 4b765b6

Browse files
committed
Replace deprecated trim_right() by trim_end()
Signed-off-by: Daniel Egger <daniel@eggers-club.de>
1 parent 0efab66 commit 4b765b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/svd2rust-regress/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ fn main() {
284284
"Failed: {} - {} seconds. {}{}",
285285
t.name(),
286286
start.elapsed().as_secs(),
287-
e.display_chain().to_string().trim_right(),
287+
e.display_chain().to_string().trim_end(),
288288
additional_info,
289289
);
290290
}

0 commit comments

Comments
 (0)