next.js
dc16f6ab
- Drop needless borrows in snapshot_and_evict_for_testing calls
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
4 days ago
Drop needless borrows in snapshot_and_evict_for_testing calls Arc<TurboTasks> derefs to &TurboTasks automatically, so the explicit &*tt was redundant (clippy needless_borrow).
References
#93910 - [turbo-tasks]: Manually devirtualize our internal calling conventions
#93983 - Simplify turbo-tasks-backend: collapse single-impl traits and remove redundant Arc layers
Author
lukesandberg
Parents
b4003fdd
Loading