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/file/mod.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/database/file') diff --git a/src/database/file/mod.rs b/src/database/file/mod.rs index 5890f95..db9bb22 100644 --- a/src/database/file/mod.rs +++ b/src/database/file/mod.rs @@ -528,6 +528,7 @@ impl Storage for FileStorage { limit: usize, user: Option<&url::Url> ) -> Result)>> { + #[allow(deprecated)] Ok(self.read_feed_with_limit( url, cursor, -- cgit 1.4.1