Rename error::Error to s3::error::Error

This commit is contained in:
Alex Auvolat
2022-05-13 15:10:52 +02:00
parent 96b11524d5
commit f82b938033
27 changed files with 27 additions and 28 deletions
-2
View File
@@ -3,8 +3,6 @@
extern crate tracing;
pub mod common_error;
pub mod error;
pub use error::Error;
mod encoding;
pub mod generic_server;