mirror of
https://github.com/servo/servo
synced 2026-04-26 01:25:32 +02:00
`pending_input_event_receivers` is the last thing that uses `RefCell`. This PR improves safety as we rely on static check, and performance slightly too. Testing: Just refactor. Signed-off-by: Euclid Ye <yezhizhenjiakang@gmail.com>