mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-20 03:38:49 +00:00
Enable `--no-sandbox` option by default for rustdoc GUI tests It's apparently common enough for people to have issues with the `sandbox` mode in chromium, so better disable it by default. r? `@notriddle`