Ignore must_use_candidate pedantic lint
This commit is contained in:
parent
fe8f8bcf7b
commit
5db72b8ad9
@ -114,6 +114,8 @@
|
|||||||
doc_markdown,
|
doc_markdown,
|
||||||
// false positive
|
// false positive
|
||||||
needless_doctest_main,
|
needless_doctest_main,
|
||||||
|
// noisy
|
||||||
|
must_use_candidate,
|
||||||
)
|
)
|
||||||
)]
|
)]
|
||||||
// Rustc lints.
|
// Rustc lints.
|
||||||
|
@ -43,6 +43,7 @@
|
|||||||
items_after_statements,
|
items_after_statements,
|
||||||
match_same_arms,
|
match_same_arms,
|
||||||
module_name_repetitions,
|
module_name_repetitions,
|
||||||
|
must_use_candidate,
|
||||||
similar_names,
|
similar_names,
|
||||||
single_match_else,
|
single_match_else,
|
||||||
too_many_lines,
|
too_many_lines,
|
||||||
|
@ -156,6 +156,7 @@
|
|||||||
empty_line_after_outer_attr,
|
empty_line_after_outer_attr,
|
||||||
missing_docs_in_private_items,
|
missing_docs_in_private_items,
|
||||||
module_name_repetitions,
|
module_name_repetitions,
|
||||||
|
must_use_candidate,
|
||||||
redundant_field_names,
|
redundant_field_names,
|
||||||
use_debug,
|
use_debug,
|
||||||
use_self
|
use_self
|
||||||
|
Loading…
x
Reference in New Issue
Block a user