Skip to content

Commit

Permalink
Fix my bad merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaj committed Jul 15, 2023
1 parent 6ec519c commit bb6c042
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/template.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ impl Template {
writeln!(
out,
"\n\
pub fn {name}<{ta}{ta_sep}W>(#[allow(unused_mut, clippy::used_underscore_binding)] mut _ructe_out_: W{args}) -> io::Result<()>\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}\
Ok(())\n\
Expand Down

0 comments on commit bb6c042

Please sign in to comment.