From e5aea709d16d1bc41937c3fe13cf9df0edeb5631 Mon Sep 17 00:00:00 2001 From: hi-rustin Date: Mon, 30 Jan 2023 20:53:05 +0800 Subject: [PATCH] Fix the wrong comment Signed-off-by: hi-rustin --- src/cargo/util/auth.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cargo/util/auth.rs b/src/cargo/util/auth.rs index 467abc2635a0..2a70ea37e274 100644 --- a/src/cargo/util/auth.rs +++ b/src/cargo/util/auth.rs @@ -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,