Ignore needless_doctest_main lint

This commit is contained in:
David Tolnay 2019-10-08 21:15:08 -07:00
parent 44fa7b0f6b
commit 52f6e96ee8
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -112,6 +112,8 @@
too_many_lines,
// preference
doc_markdown,
// false positive
needless_doctest_main,
)
)]
// Rustc lints.