We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81bbb46 commit c3f4d09Copy full SHA for c3f4d09
src/lib.rs
@@ -35,6 +35,7 @@
35
clippy::box_default,
36
clippy::needless_question_mark,
37
clippy::needless_lifetimes,
38
+ clippy::too_long_first_doc_paragraph,
39
rustc::diagnostic_outside_of_impl,
40
// We are not implementing queries here so it's fine
41
rustc::potential_query_instability,
0 commit comments