Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Sep 17, 2024
1 parent 26301cd commit fb3eb8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/vpn/src/message.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ pub struct RemoveNode {
#[rtype(result = "Result<Vec<Connection>>")]
pub struct GetConnections;

#[allow(dead_code)]
#[derive(Message)]
#[rtype(result = "Result<UserConnection>")]
pub struct Connect {
Expand Down

0 comments on commit fb3eb8b

Please sign in to comment.