Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaj committed Jun 9, 2024
1 parent 2e5557e commit e8e358d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/template.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ impl Template {
writeln!(
out,
"\n\
#[allow(clippy::used_underscore_binding)]\n
#[allow(clippy::used_underscore_binding)]\n\
pub fn {name}<{ta}{ta_sep}W>(#[allow(unused_mut)] mut _ructe_out_: W{args}) -> io::Result<()>\n\
where W: Write {{\n\
{body}\
Expand Down

0 comments on commit e8e358d

Please sign in to comment.