Skip to content

Commit 0e669e6

Browse files
committed
chore: Remove unused RpcListError to suppress a warning
1 parent 2814d87 commit 0e669e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

twinleaf/src/device/rpc/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ mod client;
22
mod registry;
33
mod value;
44

5-
pub use client::{RpcClient, RpcList, RpcListError};
5+
pub use client::{RpcClient, RpcList};
66
pub use registry::{RpcDescriptor, RpcRegistry};
77
pub use value::{DecodeError, EncodeError, RpcValue, RpcValueType};

0 commit comments

Comments
 (0)