Skip to content

Commit ea15774

Browse files
committed
export quota types
1 parent fe081ca commit ea15774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ mod request;
214214
pub(crate) use self::request::Request;
215215

216216
mod quota;
217-
pub(crate) use self::quota::*;
217+
pub use self::quota::*;
218218

219219
/// Responses that the server sends that are not related to the current command.
220220
/// [RFC 3501](https://tools.ietf.org/html/rfc3501#section-7) states that clients need to be able

0 commit comments

Comments
 (0)