Skip to content

Commit

Permalink
Make the documentation style even
Browse files Browse the repository at this point in the history
Signed-off-by: Arvind Mukund <armu30@gmail.com>
  • Loading branch information
MasterAwesome committed Dec 17, 2023
1 parent 19d0af7 commit 6ef89eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fiat-constify/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
}
}

println!("#![doc = \" fiat-crypto output postprocessed by fiat-constify: <https://github.com/rustcrypto/utils>\"]");
println!("//! fiat-crypto output postprocessed by fiat-constify: <https://github.com/rustcrypto/utils>");
println!("{}", prettyplease::unparse(&ast));
Ok(())
}
Expand Down

0 comments on commit 6ef89eb

Please sign in to comment.