mirror of
https://github.com/servo/servo
synced 2026-05-10 09:02:30 +02:00
This avoids future crashes if new unknown parameters are passed by the runtime to the app. It does make it slightly more inconvenient for the user, since they must use `=` and space at the right place now. This will also be updated in the book accordingly Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com>