Commit 38ec08c 1 parent d5a6fb9 commit 38ec08c Copy full SHA for 38ec08c
File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ use tracing::debug;
11
11
use tracing_error:: SpanTrace ;
12
12
13
13
/// Type representing an error response
14
- pub ( in crate ) struct XmlErrorResponse {
14
+ pub ( crate ) struct XmlErrorResponse {
15
15
/// code
16
16
pub ( crate ) code : S3ErrorCode ,
17
17
/// message
Original file line number Diff line number Diff line change 125
125
#[ macro_use]
126
126
mod internal_macros;
127
127
128
- pub ( in crate ) mod utils;
128
+ pub ( crate ) mod utils;
129
129
130
130
mod data_structures;
131
131
mod ops;
@@ -150,14 +150,14 @@ pub mod path;
150
150
pub mod storages;
151
151
152
152
/// Request type
153
- pub ( in crate ) type Request = hyper:: Request < Body > ;
153
+ pub ( crate ) type Request = hyper:: Request < Body > ;
154
154
155
155
/// Response type
156
- pub ( in crate ) type Response = hyper:: Response < Body > ;
156
+ pub ( crate ) type Response = hyper:: Response < Body > ;
157
157
158
158
/// `Box<dyn std::error::Error + Send + Sync + 'static>`
159
- pub ( in crate ) type BoxStdError = Box < dyn std:: error:: Error + Send + Sync + ' static > ;
159
+ pub ( crate ) type BoxStdError = Box < dyn std:: error:: Error + Send + Sync + ' static > ;
160
160
161
- pub ( in crate ) use async_trait:: async_trait;
162
- pub ( in crate ) use hyper:: { Body , Method , StatusCode } ;
163
- pub ( in crate ) use mime:: Mime ;
161
+ pub ( crate ) use async_trait:: async_trait;
162
+ pub ( crate ) use hyper:: { Body , Method , StatusCode } ;
163
+ pub ( crate ) use mime:: Mime ;
You can’t perform that action at this time.
0 commit comments