From 0fa2bf943c539f7c6ac1e0372c4f4965f987cf14 Mon Sep 17 00:00:00 2001 From: Kai Tanaka <275430420+quyentonndbs@users.noreply.github.com> Date: Thu, 14 May 2026 04:56:40 +0000 Subject: [PATCH] fix: duplicated "that" in features.rs edition-migration doc-comment --- src/cargo/core/features.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cargo/core/features.rs b/src/cargo/core/features.rs index f7c8a75bea4..04b8c4dc41c 100644 --- a/src/cargo/core/features.rs +++ b/src/cargo/core/features.rs @@ -376,7 +376,7 @@ pub enum FixEdition { /// /// This mode for `cargo fix` will migrate to the `next` edition if the /// current edition is `initial`. After migration, it will update - /// `Cargo.toml` and verify that that it works on the new edition. If the + /// `Cargo.toml` and verify that it works on the new edition. If the /// current edition is not `initial`, then it immediately exits with /// success since we just want to ignore those packages. End { initial: Edition, next: Edition },