]> git.lizzy.rs Git - rust.git/commit
Auto merge of #54057 - matthiaskrgr:stabilize-edition-plus-clippy, r=Mark-Simulacrum
authorbors <bors@rust-lang.org>
Sun, 9 Sep 2018 16:09:39 +0000 (16:09 +0000)
committerbors <bors@rust-lang.org>
Sun, 9 Sep 2018 16:09:39 +0000 (16:09 +0000)
commitf50b7758f4dc85dc1c5e38258adaa94213ac6ed1
tree65ad26613543c84cf9d84d894f249cb381e33700
parent40fc8ba5f95125f307ef17f11ec02b3f5fdad562
parent60be0686e0c7135bf67d1df767cd2f792f2e94f4
Auto merge of #54057 - matthiaskrgr:stabilize-edition-plus-clippy, r=Mark-Simulacrum

Stabilize edition 2018; also updates Clippy, RLS and Cargo

Supersedes https://github.com/rust-lang/rust/pull/53999 , https://github.com/rust-lang/rust/pull/53935
Clippy build was failing there because crate_visibility_modifier feature was taken out of edition 2018 and clippy used it.
The clippy update enables the corresponding feature explicitly.

r? @Mark-Simulacrum