summaryrefslogtreecommitdiff
path: root/core/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'core/lib.rs')
-rw-r--r--core/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/lib.rs b/core/lib.rs
index eff1397cf..abf702813 100644
--- a/core/lib.rs
+++ b/core/lib.rs
@@ -3,6 +3,7 @@ mod async_cancel;
mod async_cell;
mod bindings;
pub mod error;
+mod error_codes;
mod extensions;
mod flags;
mod gotham_state;