Skip to content

Commit 136fe1b

Browse files
crumplecupCopilot
andcommitted
fix(proof-crate-gen): remove duplicate closing delimiter in render_readme
Leftover '#) } from previous edit caused unterminated string parse error and CI fmt failure on all platforms. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent f6729e4 commit 136fe1b

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

crates/elicitation/src/cli/generate/proof_crate_gen.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -764,10 +764,6 @@ elicitation generate proof-crate \
764764
"#
765765
)
766766
}
767-
"#
768-
)
769-
}
770-
771767

772768
/// return the names of any external crates that appear in `workspace_deps` but
773769
/// are not already emitted by `render_cargo_toml` as explicit deps.

0 commit comments

Comments
 (0)