Silence a warning for now
This commit is contained in:
parent
65f555fcb3
commit
3e928f69dc
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||||
//
|
//
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue