Fix error blocks

This commit is contained in:
Aleksey Kladov 2018-08-27 21:10:02 +03:00
parent 7f4b07a907
commit b79c8b6d8a
6 changed files with 20 additions and 1 deletions

View file

@ -130,6 +130,7 @@ impl WorldState {
}
}
#[derive(Debug)]
pub enum QuickFix {
CreateFile(PathBuf),
}