Better account for project reload

This commit is contained in:
Aleksey Kladov 2020-07-01 16:01:03 +02:00
parent c9f878962a
commit 298adb27b9
2 changed files with 8 additions and 6 deletions

View file

@ -27,7 +27,7 @@ use crate::{
Result,
};
#[derive(Eq, PartialEq)]
#[derive(Eq, PartialEq, Copy, Clone)]
pub(crate) enum Status {
Loading,
Ready,