mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
The `Evaluatable` trait is used for enforcing a common interface for expressions. Removing it allows us to pass additional parameters to some functions that need them, which proves that a few errors are impossible to reach. Testing: Covered by existing tests Part of #34527 Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>