chromium_build
chromium_build copied to clipboard
Deno floats patches to //build here (they will be sent upstream eventually)
Results
2
chromium_build issues
Sort by
recently updated
recently updated
newest added
According to the upstream bug report, the flag should no longer be necessary and it causes a failure on platforms where it is not supported.
Manually clean up [`uninlined_format_args`](https://rust-lang.github.io/rust-clippy/master/index.html#uninlined_format_args) clippy lint. Some of these changes cause about 5% performance improvements because `format!("{}", &var)` does not need a reference and cannot be optimized by the compiler...