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 19bc88b commit 4f6035aCopy full SHA for 4f6035a
crates/shadowsocks/src/manager/client.rs
@@ -42,7 +42,7 @@ impl ManagerClient {
42
43
impl_command!(ping, PingRequest, PingResponse);
44
45
- impl_command!(remote, RemoveRequest, RemoveResponse);
+ impl_command!(remove, RemoveRequest, RemoveResponse);
46
47
/// Create a `ManagerDatagram` for sending data to manager
48
pub async fn connect(
0 commit comments