diff --git a/crates/codegen/runtime/cargo/src/runtime/language.rs.jinja2 b/crates/codegen/runtime/cargo/src/runtime/language.rs.jinja2 index f09bbdf3c8..488add51f2 100644 --- a/crates/codegen/runtime/cargo/src/runtime/language.rs.jinja2 +++ b/crates/codegen/runtime/cargo/src/runtime/language.rs.jinja2 @@ -228,7 +228,7 @@ impl Lexer for Language { if kw_scan == KeywordScan::Absent { input.set_position(save); - // TODO(#723): Don't allocate a string here + // TODO(#1001): Don't allocate a string here let ident_value = input.content(save.utf8..furthest_position.utf8); for keyword_compound_scanner in [ diff --git a/crates/solidity/outputs/cargo/slang_solidity/src/generated/generated/language.rs b/crates/solidity/outputs/cargo/slang_solidity/src/generated/generated/language.rs index 60a8195b34..db1829532e 100644 --- a/crates/solidity/outputs/cargo/slang_solidity/src/generated/generated/language.rs +++ b/crates/solidity/outputs/cargo/slang_solidity/src/generated/generated/language.rs @@ -10906,7 +10906,7 @@ impl Lexer for Language { if kw_scan == KeywordScan::Absent { input.set_position(save); - // TODO(#723): Don't allocate a string here + // TODO(#1001): Don't allocate a string here let ident_value = input.content(save.utf8..furthest_position.utf8); for keyword_compound_scanner in [ @@ -13434,7 +13434,7 @@ impl Lexer for Language { if kw_scan == KeywordScan::Absent { input.set_position(save); - // TODO(#723): Don't allocate a string here + // TODO(#1001): Don't allocate a string here let ident_value = input.content(save.utf8..furthest_position.utf8); for keyword_compound_scanner in [