Skip to content

Commit

Permalink
Use a newly opened issue for the wasteful allocation in keyword promo…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
Xanewok committed Jun 4, 2024
1 parent 8e497a9 commit fe9c6b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 [
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fe9c6b7

Please sign in to comment.