Fix missing parentheses.

This commit is contained in:
Brandon Lucier 2016-12-27 10:40:38 -05:00 committed by GitHub
parent cc914609b8
commit 17f9ccf594
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ If you are a Rust project owner and are looking for contributors, please submit
* [missing use statement leading to circular import path fixed](https://github.com/rust-lang/rust/pull/38539) (this crashed `rustc`) * [missing use statement leading to circular import path fixed](https://github.com/rust-lang/rust/pull/38539) (this crashed `rustc`)
* [`registry.register_custom_derive(..)`](https://github.com/rust-lang/rust/pull/38533) allows undeprecated legacy custom derives * [`registry.register_custom_derive(..)`](https://github.com/rust-lang/rust/pull/38533) allows undeprecated legacy custom derives
* [signature info for `save-analysis`](https://github.com/rust-lang/rust/pull/38529) * [signature info for `save-analysis`](https://github.com/rust-lang/rust/pull/38529)
* [disable field reordering](https://github.com/rust-lang/rust/pull/38523) (rolled back for now, will be phased in again gently * [disable field reordering](https://github.com/rust-lang/rust/pull/38523) (rolled back for now, will be phased in again gently)
* [redox memalign](https://github.com/rust-lang/libc/pull/478) * [redox memalign](https://github.com/rust-lang/libc/pull/478)
* [`pub(restricted)` checking now uses `DefId`s instead of `NodeId`s](https://github.com/rust-lang/rust/pull/38490) (potentially plugin-breaking) * [`pub(restricted)` checking now uses `DefId`s instead of `NodeId`s](https://github.com/rust-lang/rust/pull/38490) (potentially plugin-breaking)
* [local closure variables debuginfo fixed](https://github.com/rust-lang/rust/pull/38483) * [local closure variables debuginfo fixed](https://github.com/rust-lang/rust/pull/38483)