From 51f10b7944c284d5ce3ccc6a1420aac975953756 Mon Sep 17 00:00:00 2001 From: Bel LaPointe <153096461+breel-render@users.noreply.github.com> Date: Tue, 2 Dec 2025 17:40:25 -0700 Subject: [PATCH] shush warn --- pttodoest/src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/pttodoest/src/main.rs b/pttodoest/src/main.rs index 7a94006..c35ce1a 100755 --- a/pttodoest/src/main.rs +++ b/pttodoest/src/main.rs @@ -989,6 +989,7 @@ mod tests { f.sync_all().unwrap(); } + #[allow(dead_code)] pub fn file_contains(d: &tempdir::TempDir, fname: &str, content: &str) { let p = d.path().join(&fname); let file_content = file_content(&p.to_str().unwrap().to_string());