]> git.lizzy.rs Git - rust.git/commitdiff
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)
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


Trivial merge