diff options
Diffstat (limited to 'src/api/lib.rs')
-rw-r--r-- | src/api/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/api/lib.rs b/src/api/lib.rs index 5bc2a18e..370dfd7a 100644 --- a/src/api/lib.rs +++ b/src/api/lib.rs @@ -3,8 +3,6 @@ extern crate tracing; pub mod common_error; -pub mod error; -pub use error::Error; mod encoding; pub mod generic_server; |