@@ -5249,6 +5249,7 @@ Released 2018-09-13
5249
5249
[ `disallowed_type` ] : https://rust-lang.github.io/rust-clippy/master/index.html#disallowed_type
5250
5250
[ `disallowed_types` ] : https://rust-lang.github.io/rust-clippy/master/index.html#disallowed_types
5251
5251
[ `diverging_sub_expression` ] : https://rust-lang.github.io/rust-clippy/master/index.html#diverging_sub_expression
5252
+ [ `doc_lazy_continuation` ] : https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
5252
5253
[ `doc_link_with_quotes` ] : https://rust-lang.github.io/rust-clippy/master/index.html#doc_link_with_quotes
5253
5254
[ `doc_markdown` ] : https://rust-lang.github.io/rust-clippy/master/index.html#doc_markdown
5254
5255
[ `double_comparisons` ] : https://rust-lang.github.io/rust-clippy/master/index.html#double_comparisons
@@ -5447,6 +5448,7 @@ Released 2018-09-13
5447
5448
[ `little_endian_bytes` ] : https://rust-lang.github.io/rust-clippy/master/index.html#little_endian_bytes
5448
5449
[ `logic_bug` ] : https://rust-lang.github.io/rust-clippy/master/index.html#logic_bug
5449
5450
[ `lossy_float_literal` ] : https://rust-lang.github.io/rust-clippy/master/index.html#lossy_float_literal
5451
+ [ `macro_metavars_in_unsafe` ] : https://rust-lang.github.io/rust-clippy/master/index.html#macro_metavars_in_unsafe
5450
5452
[ `macro_use_imports` ] : https://rust-lang.github.io/rust-clippy/master/index.html#macro_use_imports
5451
5453
[ `main_recursion` ] : https://rust-lang.github.io/rust-clippy/master/index.html#main_recursion
5452
5454
[ `manual_assert` ] : https://rust-lang.github.io/rust-clippy/master/index.html#manual_assert
@@ -5702,6 +5704,7 @@ Released 2018-09-13
5702
5704
[ `ref_option_ref` ] : https://rust-lang.github.io/rust-clippy/master/index.html#ref_option_ref
5703
5705
[ `ref_patterns` ] : https://rust-lang.github.io/rust-clippy/master/index.html#ref_patterns
5704
5706
[ `regex_macro` ] : https://rust-lang.github.io/rust-clippy/master/index.html#regex_macro
5707
+ [ `renamed_function_params` ] : https://rust-lang.github.io/rust-clippy/master/index.html#renamed_function_params
5705
5708
[ `repeat_once` ] : https://rust-lang.github.io/rust-clippy/master/index.html#repeat_once
5706
5709
[ `repeat_vec_with_capacity` ] : https://rust-lang.github.io/rust-clippy/master/index.html#repeat_vec_with_capacity
5707
5710
[ `replace_consts` ] : https://rust-lang.github.io/rust-clippy/master/index.html#replace_consts
@@ -5908,6 +5911,7 @@ Released 2018-09-13
5908
5911
[ `verbose_file_reads` ] : https://rust-lang.github.io/rust-clippy/master/index.html#verbose_file_reads
5909
5912
[ `vtable_address_comparisons` ] : https://rust-lang.github.io/rust-clippy/master/index.html#vtable_address_comparisons
5910
5913
[ `waker_clone_wake` ] : https://rust-lang.github.io/rust-clippy/master/index.html#waker_clone_wake
5914
+ [ `while_float` ] : https://rust-lang.github.io/rust-clippy/master/index.html#while_float
5911
5915
[ `while_immutable_condition` ] : https://rust-lang.github.io/rust-clippy/master/index.html#while_immutable_condition
5912
5916
[ `while_let_loop` ] : https://rust-lang.github.io/rust-clippy/master/index.html#while_let_loop
5913
5917
[ `while_let_on_iterator` ] : https://rust-lang.github.io/rust-clippy/master/index.html#while_let_on_iterator
@@ -5939,8 +5943,10 @@ Released 2018-09-13
5939
5943
[ `allow-expect-in-tests` ] : https://doc.rust-lang.org/clippy/lint_configuration.html#allow-expect-in-tests
5940
5944
[ `allow-mixed-uninlined-format-args` ] : https://doc.rust-lang.org/clippy/lint_configuration.html#allow-mixed-uninlined-format-args
5941
5945
[ `allow-one-hash-in-raw-strings` ] : https://doc.rust-lang.org/clippy/lint_configuration.html#allow-one-hash-in-raw-strings
5946
+ [ `allow-panic-in-tests` ] : https://doc.rust-lang.org/clippy/lint_configuration.html#allow-panic-in-tests
5942
5947
[ `allow-print-in-tests` ] : https://doc.rust-lang.org/clippy/lint_configuration.html#allow-print-in-tests
5943
5948
[ `allow-private-module-inception` ] : https://doc.rust-lang.org/clippy/lint_configuration.html#allow-private-module-inception
5949
+ [ `allow-renamed-params-for` ] : https://doc.rust-lang.org/clippy/lint_configuration.html#allow-renamed-params-for
5944
5950
[ `allow-unwrap-in-tests` ] : https://doc.rust-lang.org/clippy/lint_configuration.html#allow-unwrap-in-tests
5945
5951
[ `allow-useless-vec-in-tests` ] : https://doc.rust-lang.org/clippy/lint_configuration.html#allow-useless-vec-in-tests
5946
5952
[ `allowed-dotfiles` ] : https://doc.rust-lang.org/clippy/lint_configuration.html#allowed-dotfiles
@@ -6002,4 +6008,5 @@ Released 2018-09-13
6002
6008
[ `vec-box-size-threshold` ] : https://doc.rust-lang.org/clippy/lint_configuration.html#vec-box-size-threshold
6003
6009
[ `verbose-bit-mask-threshold` ] : https://doc.rust-lang.org/clippy/lint_configuration.html#verbose-bit-mask-threshold
6004
6010
[ `warn-on-all-wildcard-imports` ] : https://doc.rust-lang.org/clippy/lint_configuration.html#warn-on-all-wildcard-imports
6011
+ [ `warn-unsafe-macro-metavars-in-private-macros` ] : https://doc.rust-lang.org/clippy/lint_configuration.html#warn-unsafe-macro-metavars-in-private-macros
6005
6012
<!-- end autogenerated links to configuration documentation -->
0 commit comments