rust/src/librustc_mir_build
Mazdak Farrokhzad 3e6b1ac964
Rollup merge of #70187 - matthiaskrgr:cl2ppy, r=Mark-Simulacrum
more clippy fixes

    * remove redundant returns (clippy::needless_return)
    * remove redundant import (clippy::single_component_path_imports)
    * remove redundant format!() call (clippy::useless_format)
    * don't use ok() before calling expect() (clippy::ok_expect)
2020-03-21 05:33:31 +01:00
..
build Rollup merge of #70187 - matthiaskrgr:cl2ppy, r=Mark-Simulacrum 2020-03-21 05:33:31 +01:00
hair remove redundant returns (clippy::needless_return) 2020-03-20 20:23:03 +01:00
Cargo.toml Move rustc_infer::traits to new crate rustc_trait_selection. 2020-03-14 14:15:50 +01:00
lib.rs Add requisite feature gates for const assert 2020-03-17 11:15:40 -07:00
lints.rs use direct imports for rustc::{lint, session}. 2020-03-16 02:52:06 +01:00