diff options
| author | troido <troido@protonmail.com> | 2020-02-23 11:28:00 +0100 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-02-23 11:28:00 +0100 |
| commit | d722e9b374dce358aeb9deb7298284fb07b1a5f5 (patch) | |
| tree | a34138fc14fe56813eed2d7f3f70138f8fc63fec /src/persistence.rs | |
| parent | 7262cfc53b4af978d6db1b91e3143200f906587f (diff) | |
more consistent imports
Diffstat (limited to 'src/persistence.rs')
| -rw-r--r-- | src/persistence.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/persistence.rs b/src/persistence.rs index aab4088..e9ce787 100644 --- a/src/persistence.rs +++ b/src/persistence.rs @@ -9,7 +9,7 @@ use crate::{ RoomId, savestate::SaveState, playerstate::PlayerState, - util::Result + Result }; pub trait PersistentStorage { |
