Skip to content

Commit

Permalink
clippy complaints
Browse files Browse the repository at this point in the history
  • Loading branch information
eliascxstro committed Nov 12, 2024
1 parent 8aab634 commit 0616f94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ impl ControlPoint {
// Remove first element since we know it is a root
path_vec.remove(0);
let mut string_path = String::new();
string_path.push_str(".");
string_path.push('.');
let control_map = &ctx.primary.control;
let mut count = -1;
let mut body = false;
Expand Down

0 comments on commit 0616f94

Please sign in to comment.