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. //