Skip to content
This repository was archived by the owner on Mar 4, 2024. It is now read-only.

Commit 1d90fc9

Browse files
Merge pull request #686 from GuillaumeGomez/fix-clippy
Fix clippy lint error
2 parents cd8ff85 + c81bc64 commit 1d90fc9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gdk/tests/check_gir.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
#[test]
44
fn check_gir_file() {
55
let res = gir_format_check::check_gir_file("Gir.toml");
6-
println!("{}", res.to_string());
6+
println!("{}", res);
77
assert_eq!(res.nb_errors, 0);
88
}

gtk/tests/check_gir.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
#[test]
44
fn check_gir_file() {
55
let res = gir_format_check::check_gir_file("Gir.toml");
6-
println!("{}", res.to_string());
6+
println!("{}", res);
77
assert_eq!(res.nb_errors, 0);
88
}

0 commit comments

Comments
 (0)