We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15c911b commit 758ef62Copy full SHA for 758ef62
1 file changed
notarization-rs/src/lib.rs
@@ -13,5 +13,5 @@ pub use client::read_only::NotarizationClientReadOnly;
13
/// HTTP utilities to implement the trait [HttpClient](product_common::http_client::HttpClient).
14
#[cfg(feature = "gas-station")]
15
pub mod http_client {
16
- pub use product_common::http_client::*;
+ pub use product_common::http_client::*;
17
}
0 commit comments