lzutao
|
ab7802a9a9
|
Fix most of clippy warnings (#914)
* Fix clippy: cast_lossless
* Fix clippy: match_ref_pats
* Fix clippy: extra_unused_lifetimes
* Fix clippy: needless_lifetimes
* Fix clippy: new_without_default
* Fix clippy: or_fun_call
* Fix clippy: should_implement_trait
* Fix clippy: redundant_closure
* Fix clippy: const_static_lifetime
* Fix clippy: redundant_pattern_matching
* Fix clippy: unused_io_amount
* Fix clippy: string_lit_as_bytes
* Fix clippy: needless_update
* Fix clippy: blacklisted_name
* Fix clippy: collapsible_if
* Fix clippy: match_wild_err_arm
* Fix clippy: single_match
* Fix clippy: useless_vec
* Fix clippy: single_char_pattern
* Fix clippy: float_cmp
* Fix clippy: approx_constant
|
2019-05-06 20:20:58 +02:00 |
Matt Ickstadt
|
34356b87a0
|
Document dest-dir relative path behavior
|
2018-09-06 10:24:42 -05:00 |
Matt Ickstadt
|
1d69ccae48
|
Run rustfmt
using 0.8.2-stable included in rustc 1.28.0
|
2018-08-02 20:22:49 -05:00 |
Matt Ickstadt
|
b8f8e76899
|
Improve command-line argument parsing
|
2018-08-02 16:52:41 -05:00 |
Matt Ickstadt
|
b3665c287d
|
Add directory argument to `mdbook test`
|
2018-08-01 17:59:40 -05:00 |
Matt Ickstadt
|
f300a21a47
|
Move subcommand modules to match cargo conventions
|
2018-07-24 16:34:49 -05:00 |