From 97f878115035396ba72e93c87bd281e75748458f Mon Sep 17 00:00:00 2001 From: damocles Date: Sun, 7 Jun 2026 23:17:57 +0200 Subject: [PATCH] chore: drop the stale doc_markdown allow on OpQuestion (#1474) --- hive-c0re/src/operator_questions.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/hive-c0re/src/operator_questions.rs b/hive-c0re/src/operator_questions.rs index 954941fc..60f2639c 100644 --- a/hive-c0re/src/operator_questions.rs +++ b/hive-c0re/src/operator_questions.rs @@ -68,7 +68,6 @@ fn ensure_columns(conn: &Connection) -> Result<()> { } #[derive(Debug, Clone, Serialize)] -#[allow(clippy::doc_markdown)] pub struct OpQuestion { pub id: i64, pub asker: String,