mdBook/tests
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
..
dummy_book failing test 2019-01-15 14:08:53 -05:00
summary_md_files Rewrote summary parser from a state machine to use recursive descent 2017-12-11 15:17:20 +11:00
alternate_backends.rs Make failing_alternate_backend test more platform specific 2018-12-05 22:26:53 +01:00
build_process.rs Update build_process.rs 2019-05-03 20:00:43 +02:00
custom_preprocessors.rs Update custom_preprocessors.rs 2019-05-03 20:32:56 +02:00
init.rs Run rustfmt 2018-07-23 12:47:04 -05:00
parse_existing_summary_files.rs Run rustfmt 2018-07-23 12:47:04 -05:00
rendered_output.rs Fix most of clippy warnings (#914) 2019-05-06 20:20:58 +02:00
searchindex_fixture.json failing test 2019-01-15 14:08:53 -05:00
testing.rs Configurable preprocessor (#658) 2018-09-10 18:55:58 +08:00