Remove misleading line.

This commit is contained in:
Vikrant Chaudhary 2017-07-20 13:51:59 +05:30
parent 3912545afd
commit 60d115bb4f
1 changed files with 0 additions and 1 deletions

View File

@ -92,7 +92,6 @@ If you are a Rust project owner and are looking for contributors, please submit
[also identifiers in patterns no longer cause problems](https://github.com/rust-lang/rust/pull/43224)
* [revert some SIMD annotations causing problems on PowerPC](https://github.com/rust-lang/rust/pull/43159)
* [More Rust/RLS integration](https://github.com/rust-lang/rust/pull/42146)
* [`cargo test` now fails if no tests found](https://github.com/rust-lang/rust/pull/43145)
* [`cargo` conventions around libs / binaries streamlined](https://github.com/rust-lang/cargo/pull/4259) (epic refactor)
## New Contributors