Skip to content

Commit

Permalink
Auto merge of #12318 - weihanglo:cargo-ok, r=epage
Browse files Browse the repository at this point in the history
doc: should be `.cargo-ok`

It was a mistake. Should be `.cargo-ok`. `.cargo-lock` is a file lock holding for `target/debug` when compiling stuff.
  • Loading branch information
bors committed Jun 28, 2023
2 parents 5febbe5 + 0dcf506 commit be42872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cargo/sources/registry/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit be42872

Please sign in to comment.