From: bors Date: Sat, 22 Aug 2020 11:07:03 +0000 (+0000) Subject: Auto merge of #75795 - matthiaskrgr:cargotest_clippy, r=Dylan-DPC X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=108e90ca78f052c0c1c49c42a22c85620be19712;p=rust.git Auto merge of #75795 - matthiaskrgr:cargotest_clippy, r=Dylan-DPC cargotest: fix clippy warnings Fixes clippy::redundant_static_lifetimes and clippy::toplevel_ref_arg I also replaced some .expect("") calls with .unwrap()s since there was no message passed by the .expect() anyway. --- 108e90ca78f052c0c1c49c42a22c85620be19712