We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 409fbe8 + 523090f commit 93246bfCopy full SHA for 93246bf
1 file changed
crates/elicitation/src/cli/generate/proof_crate_gen.rs
@@ -710,7 +710,11 @@ fn write_why3find_json(dir: &Path) -> anyhow::Result<()> {
710
/// On first generation the stub README explains that this is an auto-generated
711
/// proof crate and how to regenerate it. On subsequent runs it is left alone
712
/// so users can customize it freely.
713
-fn write_readme_if_absent(dir: &Path, proof_name: &str, primary_source: &str) -> anyhow::Result<()> {
+fn write_readme_if_absent(
714
+ dir: &Path,
715
+ proof_name: &str,
716
+ primary_source: &str,
717
+) -> anyhow::Result<()> {
718
let path = dir.join("README.md");
719
if path.exists() {
720
println!("Skipped (exists): {}", path.display());
0 commit comments