Skip to content

Commit ae156bf

Browse files
committed
Fix warning
1 parent b53816d commit ae156bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sdk/core/src/policies/transport.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ use std::sync::Arc;
99

1010
#[derive(Debug, Clone)]
1111
pub struct TransportPolicy {
12+
#[allow(dead_code)]
1213
pub(crate) transport_options: TransportOptions,
1314
}
1415

0 commit comments

Comments
 (0)