Skip to content

Commit 1a1393d

Browse files
committed
examples: apply clippy
1 parent e9bb545 commit 1a1393d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/examples/readme/src/cleanup_children.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ fn cleanup_children() {
99
..Default::default()
1010
};
1111
let result = kill_tree_with_config(current_process_id, &config);
12-
println!("kill_tree_with_config: {:?}", result);
12+
println!("kill_tree_with_config: {result:?}");
1313
}
1414

1515
fn main() {

0 commit comments

Comments
 (0)