Skip to content

Commit

Permalink
Update kani-driver/src/call_cargo.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
celinval authored Oct 7, 2024
1 parent fd01557 commit 53ce5e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kani-driver/src/call_cargo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ impl KaniSession {
/// crate manually. =( See <https://github.com/rust-lang/cargo/issues/8365>.
///
/// Without setting up a new workspace, cargo init will modify the workspace where this is
/// running.
/// running. See <https://github.com/model-checking/kani/issues/3574> for details.
pub fn cargo_init_lib(&self, path: &Path) -> Result<()> {
let toml_path = path.join("Cargo.toml");
if toml_path.exists() {
Expand Down

0 comments on commit 53ce5e5

Please sign in to comment.