mirror of
https://github.com/servo/servo.git
synced 2025-07-09 16:33:40 +01:00
Two things changed, on one hand, avoid a dumb if chain that could be more idiomatically written with a match expression, and also avoiding use map() to change state. In general I'm pretty surprised for our lack of error reporting in this critical code, but that's not the purpose of this PR. |
||
---|---|---|
.. | ||
Cargo.toml | ||
constellation.rs | ||
lib.rs | ||
pipeline.rs | ||
sandboxing.rs | ||
timer_scheduler.rs |