rust/src/libtest
Matthias Krüger 8bfd84539e Fix clippy warnings
Fixes clippy::{cone_on_copy, filter_next, redundant_closure, single_char_pattern, len_zero,redundant_field_names, useless_format, identity_conversion, map_clone, into_iter_on_ref, needless_return, option_as_ref_deref, unused_unit, unnecessary_mut_passed}
2020-05-11 17:13:32 +02:00
..
formatters Use writeln!(fmt, "word") instead of write!(fmt, "word\n") (clippy::write_with_newline) 2020-03-07 21:48:17 +01:00
helpers Add illumos triple 2020-04-14 20:36:07 +00:00
stats Stop importing float module in libtest 2020-04-06 22:45:44 +02:00
bench.rs Format the world 2019-12-22 17:42:47 -05:00
Cargo.toml bootstrap: Merge the libtest build step with libstd 2019-08-23 16:46:11 -07:00
cli.rs Fix clippy warnings 2020-05-11 17:13:32 +02:00
console.rs libtest: remove redundant argument to writeln!() (clippy::writeln_empty_string) 2020-03-07 21:48:17 +01:00
event.rs Format the world 2019-12-22 17:42:47 -05:00
lib.rs Rename asm! to llvm_asm! 2020-03-26 15:49:22 +00:00
options.rs fix various typos 2020-03-06 15:19:31 +01:00
stats.rs libtest: declare variables as floats instead of casting them (clippy::unnecessary_cast) 2020-03-07 21:48:17 +01:00
test_result.rs fix various typos 2020-03-06 15:19:31 +01:00
tests.rs Format the world 2019-12-22 17:42:47 -05:00
time.rs Format the world 2019-12-22 17:42:47 -05:00
types.rs reduce references on match patterns (clippy::match_ref_pats) 2020-03-07 21:48:17 +01:00