From 0dcf5063416307dabd818ce3ac21f2fd7aada8af Mon Sep 17 00:00:00 2001 From: Weihang Lo Date: Wed, 28 Jun 2023 17:55:01 +0100 Subject: [PATCH] doc: should be `.cargo-ok` --- src/cargo/sources/registry/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cargo/sources/registry/mod.rs b/src/cargo/sources/registry/mod.rs index 582c280b4d5..25c83cc8d14 100644 --- a/src/cargo/sources/registry/mod.rs +++ b/src/cargo/sources/registry/mod.rs @@ -521,7 +521,7 @@ impl<'cfg> RegistrySource<'cfg> { /// /// No action is taken if the source looks like it's already unpacked. /// - /// # History of interruption detection with `.cargo-lock` file + /// # History of interruption detection with `.cargo-ok` file /// /// Cargo has always included a `.cargo-ok` file ([`PACKAGE_SOURCE_LOCK`]) /// to detect if extraction was interrupted, but it was originally empty.