refactor(allocator): make Box::new_in code more explicit#4432
Merged
graphite-app[bot] merged 1 commit intomainfrom Jul 23, 2024
Merged
Conversation
Member
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @overlookmotel and the rest of your teammates on |
e4a0264 to
504daed
Compare
Dunqing
approved these changes
Jul 23, 2024
b81c84d to
3c0673b
Compare
CodSpeed Performance ReportMerging #4432 will not alter performanceComparing Summary
|
Contributor
Merge activity
|
Replace `.into` with `NonNull::from`. I feel this is a bit clearer.
3c0673b to
0677a91
Compare
eryue0220
added a commit
to eryue0220/oxc
that referenced
this pull request
Jul 24, 2024
…0/oxc into feat/vitest-no-import-node-test * 'feat/vitest-no-import-node-test' of github.com:eryue0220/oxc: Release crates v0.22.0 (oxc-project#4434) feat(syntax): add boolean check methods for typescript-related symbol flags (oxc-project#4426) refactor(allocator): make `Box::new_in` code more explicit (oxc-project#4432) refactor(allocator): rename fn params for `Box::new_in` (oxc-project#4431) ci: pass secret to reusable workflow
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Replace
.intowithNonNull::from. I feel this is a bit clearer.