Constant cargo::sources::git::utils::CHECKOUT_READY_LOCK

source ยท
const CHECKOUT_READY_LOCK: &str = ".cargo-ok";
Expand description

A file indicates that if present, git reset has been done and a repo checkout is ready to go. See GitCheckout::reset for why we need this.