We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c34d080 commit 410d0ecCopy full SHA for 410d0ec
src/ctanker.rs
@@ -41,6 +41,7 @@ pub type LogHandlerCallback = Box<dyn Fn(LogRecord) + Send>;
41
pub type CHttpRequestHandle = *mut tanker_http_request_handle_t;
42
43
#[derive(Debug)]
44
+#[cfg_attr(not(feature = "http"), allow(dead_code))]
45
pub struct CHttpRequest(pub(crate) *mut tanker_http_request_t);
46
47
// SAFETY: ctanker is thread-safe
0 commit comments