Remove unused error module

This commit is contained in:
link2xt
2022-06-04 20:55:07 +00:00
parent 0a51db3005
commit 13e724c8ea
2 changed files with 0 additions and 33 deletions

View File

@@ -34,8 +34,6 @@ impl<T: rusqlite::ToSql + Send + Sync> ToSql for T {}
#[macro_use]
pub mod log;
#[macro_use]
pub mod error;
#[cfg(feature = "internals")]
#[macro_use]