Skip to content

Commit

Permalink
Auto merge of #11651 - hi-rustin:rustin-patch-comment, r=epage
Browse files Browse the repository at this point in the history
Fix the wrong comment

It should be for modifying the owners of a crate.
  • Loading branch information
bors committed Jan 30, 2023
2 parents 99b1369 + e5aea70 commit 28b3825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cargo/util/auth.rs
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ pub enum Mutation<'a> {
/// The version of the crate
vers: &'a str,
},
/// The user is attempting to unyank a crate.
/// The user is attempting to modify the owners of a crate.
Owners {
/// The name of the crate
name: &'a str,
Expand Down

0 comments on commit 28b3825

Please sign in to comment.