Skip to content

Commit

Permalink
cargo clippy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
baoyachi committed Feb 16, 2023
1 parent 981e308 commit 8cc63ae
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 @@ -290,7 +290,7 @@ impl Shadow {
where
F: FnOnce(&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 8cc63ae

Please sign in to comment.