Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
Merge activity
|
There was a problem hiding this comment.
Pull request overview
Updates an AST doc comment to reflect the correct format_atom! macro call signature (allocator as the first argument), improving guidance for keeping RegExpPattern.text in sync with its parsed pattern.
Changes:
- Fixes the example usage of
format_atom!in theRegExpPatterndocumentation comment to pass the allocator first.
`format_atom!` takes allocator as first param. Correct a doc comment to show the correct usage.
088d720 to
868448e
Compare
Merging this PR will degrade performance by 3.27%
Performance Changes
Comparing Footnotes
|

format_atom!takes allocator as first param. Correct a doc comment to show the correct usage.