From 088dbc266b069648071c9d7a5a39078f2047e0c5 Mon Sep 17 00:00:00 2001
From: Emilia Hane <elsaemiliaevahane@gmail.com>
Date: Fri, 13 Sep 2024 19:20:30 +0200
Subject: [PATCH] Remove deprecated clippy::too_long_first_doc_paragraph

---
 Cargo.toml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index e971fecc703a0..3ae5d1ab9db88 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -242,7 +242,6 @@ future_not_send = "allow"
 needless_collect = "allow"
 non_send_fields_in_send_ty = "allow"
 redundant_pub_crate = "allow"
-too_long_first_doc_paragraph = "allow"
 significant_drop_in_scrutinee = "allow"
 significant_drop_tightening = "allow"