diff --git a/crates/core/flags/parse.rs b/crates/core/flags/parse.rs index f1f2dcc16..37a74b6f1 100644 --- a/crates/core/flags/parse.rs +++ b/crates/core/flags/parse.rs @@ -323,7 +323,7 @@ enum FlagLookup<'a> { UnrecognizedLong(String), } -/// The info about a flag associated with a flag's ID in the the flag map. +/// The info about a flag associated with a flag's ID in the flag map. #[derive(Debug)] struct FlagInfo { /// The flag object and its associated metadata.