]> git.lizzy.rs Git - rust.git/commit
remove redundant import (clippy::single_component_path_imports)
authorMatthias Krüger <matthias.krueger@famsik.de>
Thu, 19 Mar 2020 21:09:26 +0000 (22:09 +0100)
committerMatthias Krüger <matthias.krueger@famsik.de>
Fri, 20 Mar 2020 19:23:03 +0000 (20:23 +0100)
commit951a3661adf95b58a351b1ee10fe508e37dc17a6
tree86c64e5df08ddc46a9605e42a011f21dd28eda81
parent2835ca65845c5fac8da2a2612a06b12ad2f4c77c
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)
src/librustc_lint/types.rs
src/librustc_typeck/impl_wf_check/min_specialization.rs
src/librustdoc/passes/calculate_doc_coverage.rs