Skip to content

Commit

Permalink
examples: apply clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
oneofthezombies committed Feb 12, 2024
1 parent e9bb545 commit 1a1393d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/examples/readme/src/cleanup_children.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fn cleanup_children() {
..Default::default()
};
let result = kill_tree_with_config(current_process_id, &config);
println!("kill_tree_with_config: {:?}", result);
println!("kill_tree_with_config: {result:?}");
}

fn main() {
Expand Down

0 comments on commit 1a1393d

Please sign in to comment.