diff --git a/kani-driver/src/call_cargo.rs b/kani-driver/src/call_cargo.rs index e1119f389ca3..bc0e9d8361d7 100644 --- a/kani-driver/src/call_cargo.rs +++ b/kani-driver/src/call_cargo.rs @@ -51,7 +51,7 @@ impl KaniSession { /// crate manually. =( See . /// /// Without setting up a new workspace, cargo init will modify the workspace where this is - /// running. + /// running. See for details. pub fn cargo_init_lib(&self, path: &Path) -> Result<()> { let toml_path = path.join("Cargo.toml"); if toml_path.exists() {