From 748e741f740ac46ec40e42679aba3b07927709c0 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 17 May 2026 15:08:03 +0900 Subject: chore: cargo clippy --fix --- crates/shirabe-external-packages/src/seld/phar_utils/timestamps.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'crates/shirabe-external-packages/src/seld/phar_utils/timestamps.rs') diff --git a/crates/shirabe-external-packages/src/seld/phar_utils/timestamps.rs b/crates/shirabe-external-packages/src/seld/phar_utils/timestamps.rs index d2e1be9..0a25389 100644 --- a/crates/shirabe-external-packages/src/seld/phar_utils/timestamps.rs +++ b/crates/shirabe-external-packages/src/seld/phar_utils/timestamps.rs @@ -4,15 +4,15 @@ pub struct Timestamps { } impl Timestamps { - pub fn new(file: &str) -> Self { + pub fn new(_file: &str) -> Self { todo!() } - pub fn update_timestamps(&mut self, date: &str) -> anyhow::Result<()> { + pub fn update_timestamps(&mut self, _date: &str) -> anyhow::Result<()> { todo!() } - pub fn save(&self, file: &str, format: i64) -> anyhow::Result<()> { + pub fn save(&self, _file: &str, _format: i64) -> anyhow::Result<()> { todo!() } } -- cgit v1.3.1