Delete ErrorDisplay, use anyhow instead!

This commit is contained in:
Lucien Greathouse
2021-01-18 14:54:12 -07:00
parent 27af0c841b
commit 4992c36f08
3 changed files with 1 additions and 21 deletions

View File

@@ -9,7 +9,6 @@ mod tree_view;
mod auth_cookie;
mod change_processor;
mod error;
mod glob;
mod lua_ast;
mod message_queue;