Skip to content

Commit b6d8ba1

Browse files
Update src/thrift_client/mod.rs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 817e891 commit b6d8ba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/thrift_client/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ pub type ThriftOutputProtocol = TMultiplexedOutputProtocol<
7171
/// ts_client.ts_global_ts_value_set(0, 1_000_000_000)?;
7272
///
7373
/// // Create port manager client
74-
/// use rbfrt::thrift_generated::port_mgr::PortMgrSyncClient;
74+
/// use rbfrt::thrift_generated::port_mgr::{PortMgrSyncClient, TPortMgrSyncClient};
7575
/// let (i_prot, o_prot) = thrift_client::connect("localhost:9090", "port_mgr")?;
7676
/// let mut port_client = PortMgrSyncClient::new(i_prot, o_prot);
7777
/// port_client.port_mgr_mtu_set(0, 128, 9000, 9000)?;

0 commit comments

Comments
 (0)