From 15b1234edec440b2c5d9ff72d396120beabe036f Mon Sep 17 00:00:00 2001 From: jiangmencity Date: Thu, 6 Feb 2025 11:32:29 +0800 Subject: [PATCH] chore: remove redundant word (#1230) Signed-off-by: jiangmencity --- .../crate/src/runtime/parser/parser_support/sequence_helper.rs | 2 +- .../src/generated/parser/parser_support/sequence_helper.rs | 2 +- .../src/generated/parser/parser_support/sequence_helper.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/crates/codegen/runtime/cargo/crate/src/runtime/parser/parser_support/sequence_helper.rs b/crates/codegen/runtime/cargo/crate/src/runtime/parser/parser_support/sequence_helper.rs index 368f0b619d..ee3d2f0945 100644 --- a/crates/codegen/runtime/cargo/crate/src/runtime/parser/parser_support/sequence_helper.rs +++ b/crates/codegen/runtime/cargo/crate/src/runtime/parser/parser_support/sequence_helper.rs @@ -172,7 +172,7 @@ impl SequenceHelper { expected_terminals: next.expected_terminals, })); } - // If the sequence is unwinding and and we didn't find a match, then it means + // If the sequence is unwinding and we didn't find a match, then it means // that we recovered past it and we need to push the recovery up. (ParserResult::SkippedUntil(_), ParserResult::NoMatch(_)) => { // Skip any possible subsequent expected elements in this sequence until diff --git a/crates/solidity/outputs/cargo/crate/src/generated/parser/parser_support/sequence_helper.rs b/crates/solidity/outputs/cargo/crate/src/generated/parser/parser_support/sequence_helper.rs index f4ef12bb91..e562bc8345 100644 --- a/crates/solidity/outputs/cargo/crate/src/generated/parser/parser_support/sequence_helper.rs +++ b/crates/solidity/outputs/cargo/crate/src/generated/parser/parser_support/sequence_helper.rs @@ -174,7 +174,7 @@ impl SequenceHelper { expected_terminals: next.expected_terminals, })); } - // If the sequence is unwinding and and we didn't find a match, then it means + // If the sequence is unwinding and we didn't find a match, then it means // that we recovered past it and we need to push the recovery up. (ParserResult::SkippedUntil(_), ParserResult::NoMatch(_)) => { // Skip any possible subsequent expected elements in this sequence until diff --git a/crates/testlang/outputs/cargo/crate/src/generated/parser/parser_support/sequence_helper.rs b/crates/testlang/outputs/cargo/crate/src/generated/parser/parser_support/sequence_helper.rs index f4ef12bb91..e562bc8345 100644 --- a/crates/testlang/outputs/cargo/crate/src/generated/parser/parser_support/sequence_helper.rs +++ b/crates/testlang/outputs/cargo/crate/src/generated/parser/parser_support/sequence_helper.rs @@ -174,7 +174,7 @@ impl SequenceHelper { expected_terminals: next.expected_terminals, })); } - // If the sequence is unwinding and and we didn't find a match, then it means + // If the sequence is unwinding and we didn't find a match, then it means // that we recovered past it and we need to push the recovery up. (ParserResult::SkippedUntil(_), ParserResult::NoMatch(_)) => { // Skip any possible subsequent expected elements in this sequence until