Skip to content

Commit

Permalink
rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ratmice committed Dec 12, 2023
1 parent e0642f1 commit d01df25
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lrpar/src/lib/ctbuilder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1101,7 +1101,9 @@ where
let mut outs = String::new();

outs.push_str("\nmod _user_section_ {\n");
outs.push_str("\t// Allow an actions and the programs section to embed unsafe blocks within it.\n");
outs.push_str(
"\t// Allow an actions and the programs section to embed unsafe blocks within it.\n",
);
outs.push_str("\t#![allow(unsafe_code)]\n\n");
outs.push_str("\t#[allow(unused_imports)]\n");
outs.push_str("\n\tuse super::*;\n");
Expand Down

0 comments on commit d01df25

Please sign in to comment.