Skip to content

Commit

Permalink
Removed unused
Browse files Browse the repository at this point in the history
  • Loading branch information
IBims1NicerTobi committed Jan 12, 2025
1 parent a63baa0 commit f36300f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/to_string.rs
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,6 @@ where
return format!("{object_full_name} #()");
}

use std::fmt::Write;
let mut result = format!("{object_full_name} #(\n");
for (id, arg) in given_template_args {
let arg_in_target = &target_link_info.template_arguments[id];
Expand Down

0 comments on commit f36300f

Please sign in to comment.