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,