mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 09:13:07 +03:00
11b1b4faa4
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`