Skip to content

Commit 28b3825

Browse files
committed
Auto merge of #11651 - hi-rustin:rustin-patch-comment, r=epage
Fix the wrong comment It should be for modifying the owners of a crate.
2 parents 99b1369 + e5aea70 commit 28b3825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cargo/util/auth.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ pub enum Mutation<'a> {
579579
/// The version of the crate
580580
vers: &'a str,
581581
},
582-
/// The user is attempting to unyank a crate.
582+
/// The user is attempting to modify the owners of a crate.
583583
Owners {
584584
/// The name of the crate
585585
name: &'a str,

0 commit comments

Comments
 (0)