Skip to content

Commit

Permalink
Merge remote-tracking branch 'frederikrothenberger_fix-comment/fix-co…
Browse files Browse the repository at this point in the history
…mment' into fix_cargo_clippy
  • Loading branch information
baoyachi committed Feb 10, 2025
2 parents da9fd34 + 0085bd7 commit 3f8e543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ impl Shadow {
where
F: Fn(&File) -> SdResult<()>,
{
let desc = r#"/// Below code generated by project custom from by build.rs"#;
let desc = r#"// Below code generated by project custom from by build.rs"#;
writeln!(&self.f, "\n{desc}\n")?;
f(&self.f)?;
Ok(())
Expand Down

0 comments on commit 3f8e543

Please sign in to comment.