rust/src/libtest
Jubilee eaa6488ca7
Request "-Z unstable-options" for unstable options
Explicitly requests the "-Z unstable-options" flag if someone attempts to use
a cargo option gated by it. This enhances discoverability, particularly in the
instance where the user is on the nightly compiler but isn't using the flag.
2020-03-23 22:54:06 -07: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 Format the world 2019-12-22 17:42:47 -05:00
stats Format the world 2019-12-22 17:42:47 -05: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 Request "-Z unstable-options" for unstable options 2020-03-23 22:54:06 -07: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 Don't always eval arguments inside .expect(), use unwrap_or_else and closure. (clippy::expect_fun_call) 2020-03-05 16:39:20 +01: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