diff options
| author | Erik Larkö <erik@mullvad.net> | 2017-09-12 13:32:47 +0200 |
|---|---|---|
| committer | Erik Larkö <erik@mullvad.net> | 2017-09-13 07:32:27 +0200 |
| commit | c383938bf44bb0b045ec63871a4bb804921fb2db (patch) | |
| tree | 9e955cb2ab5499eb97a76e9c4d22a384fae9b42b | |
| parent | 1ffe7af7a26a9990725844014b49269614ecd754 (diff) | |
| download | mullvadvpn-c383938bf44bb0b045ec63871a4bb804921fb2db.tar.xz mullvadvpn-c383938bf44bb0b045ec63871a4bb804921fb2db.zip | |
Review fixes
| -rw-r--r-- | talpid-types/src/net.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/talpid-types/src/net.rs b/talpid-types/src/net.rs index 840ab3895e..f470e8a24a 100644 --- a/talpid-types/src/net.rs +++ b/talpid-types/src/net.rs @@ -24,7 +24,7 @@ impl Endpoint { /// Representation of a transport protocol, either UDP or TCP. #[derive(Debug, Copy, Clone, PartialEq, Eq, Hash, Serialize, Deserialize)] -#[serde(rename_all = "camelCase")] +#[serde(rename_all = "snake_case")] pub enum TransportProtocol { /// Represents the UDP transport protocol. Udp, |
