From 3e928f69dcbb4098c29ecc00d4a4d0dbb31071a6 Mon Sep 17 00:00:00 2001 From: Joscha Date: Sat, 3 May 2025 16:55:46 +0200 Subject: [PATCH] Silence a warning for now --- gdn/src/data/v1.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdn/src/data/v1.rs b/gdn/src/data/v1.rs index ca4c873..39b9617 100644 --- a/gdn/src/data/v1.rs +++ b/gdn/src/data/v1.rs @@ -129,7 +129,7 @@ pub fn select_repo(dir: &LockedDataDir, id: Option) -> anyhow::Result<() } pub fn tidy(dir: &LockedDataDir) -> anyhow::Result<()> { - let state = load_state(dir)?; + let _state = load_state(dir)?; // TODO Detect repo dirs that should not exist, and let the user now. //