chiark
/
gitweb
/
~ianmdlvl
/
otter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
200640a
)
fixed
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 23 Aug 2020 00:28:37 +0000
(
01:28
+0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 23 Aug 2020 00:28:37 +0000
(
01:28
+0100)
src/global.rs
patch
|
blob
|
history
diff --git
a/src/global.rs
b/src/global.rs
index 1795199541efe67c8b7f38074420878e28c70c7a..8e639ca236355a571670b68333fb2624834fa2d8 100644
(file)
--- a/
src/global.rs
+++ b/
src/global.rs
@@
-680,7
+680,6
@@
impl InstanceGuard<'_> {
#[throws(anyhow::Error)]
pub fn load_games() {
- /// xxx take a lock
enum AFState { Found(PathBuf), Used };
use AFState::*;
use SavefilenameParseResult::*;