Skip to content

Commit 9fb611c

Browse files
committed
silence an overreaching clippy lint
1 parent 55fba66 commit 9fb611c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/miri/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
clippy::box_default,
3636
clippy::needless_question_mark,
3737
clippy::needless_lifetimes,
38+
clippy::too_long_first_doc_paragraph,
3839
rustc::diagnostic_outside_of_impl,
3940
// We are not implementing queries here so it's fine
4041
rustc::potential_query_instability,

0 commit comments

Comments
 (0)