Ignore must_use_candidate pedantic lint

This commit is contained in:
David Tolnay
2019-10-17 11:01:10 -04:00
parent fe8f8bcf7b
commit 5db72b8ad9
3 changed files with 4 additions and 0 deletions
+2
View File
@@ -114,6 +114,8 @@
doc_markdown,
// false positive
needless_doctest_main,
// noisy
must_use_candidate,
)
)]
// Rustc lints.