summaryrefslogtreecommitdiff
path: root/crates/bot-error/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/bot-error/src/lib.rs')
-rw-r--r--crates/bot-error/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/bot-error/src/lib.rs b/crates/bot-error/src/lib.rs
deleted file mode 100644
index f34e60e..0000000
--- a/crates/bot-error/src/lib.rs
+++ /dev/null
@@ -1 +0,0 @@
-pub type Error = Box<dyn std::error::Error + Send + Sync>;