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 b53816d commit ae156bfCopy full SHA for ae156bf
sdk/core/src/policies/transport.rs
@@ -9,6 +9,7 @@ use std::sync::Arc;
9
10
#[derive(Debug, Clone)]
11
pub struct TransportPolicy {
12
+ #[allow(dead_code)]
13
pub(crate) transport_options: TransportOptions,
14
}
15
0 commit comments