Skip to content

Commit a9602f0

Browse files
committed
add docs
1 parent 2e34168 commit a9602f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/prepare.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,7 @@ pub enum PrepareError {
397397
/// Some of the dependencies do not exist anymore.
398398
#[error("the crate depends on missing dependencies: \n\n{0}")]
399399
MissingDependencies(String),
400+
/// cargo rejected the lockfile
400401
#[error("the crate has a broken lockfile: \n\n{0}")]
401402
InvalidCargoLock(String),
402403
}

0 commit comments

Comments
 (0)