Silence a warning for now

This commit is contained in:
Joscha 2025-05-03 16:55:46 +02:00
parent 65f555fcb3
commit 3e928f69dc

View file

@ -129,7 +129,7 @@ pub fn select_repo(dir: &LockedDataDir, id: Option<RepoId>) -> anyhow::Result<()
} }
pub fn tidy(dir: &LockedDataDir) -> 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. // TODO Detect repo dirs that should not exist, and let the user now.
// //