From fc925564cc2324b1343da721b1e8aab680292ac9 Mon Sep 17 00:00:00 2001 From: Vika Date: Wed, 1 Jan 2025 05:57:47 +0300 Subject: Partially appease clippy Some false positives on `serde(rename)` remain, as well as lints still requiring my attention. Change-Id: I3166771af20b2d07c6226b3b1a9d15fe36152356 --- src/database/postgres/mod.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/database/postgres/mod.rs') diff --git a/src/database/postgres/mod.rs b/src/database/postgres/mod.rs index 2c2dacc..98d9f8d 100644 --- a/src/database/postgres/mod.rs +++ b/src/database/postgres/mod.rs @@ -3,7 +3,6 @@ use std::borrow::Cow; use futures::{Stream, StreamExt}; use kittybox_util::{micropub::Channel as MicropubChannel, MentionType}; use sqlx::{ConnectOptions, Executor, PgPool}; -use crate::micropub::{MicropubUpdate, MicropubPropertyDeletion}; use super::settings::Setting; use super::{Storage, Result, StorageError, ErrorKind}; -- cgit 1.4.1