diff options
| author | Eskil Queseth <eskilq@kth.se> | 2021-06-19 20:07:17 +0200 |
|---|---|---|
| committer | Eskil Queseth <eskilq@kth.se> | 2021-06-19 20:07:17 +0200 |
| commit | 9002462953e7cba70d5aafee7ed2a87087252f49 (patch) | |
| tree | 88c51f4f6cda71647ec5ed69cb3700d9bb7f4d5f /mumd/src/network.rs | |
| parent | b2e9021341794ab52edcf4598c8d454515f758c4 (diff) | |
| parent | 9aca7a8c930b179b6ae539234296f529928a3f3a (diff) | |
| download | mum-9002462953e7cba70d5aafee7ed2a87087252f49.tar.gz | |
Merge branch 'lints'
Diffstat (limited to 'mumd/src/network.rs')
| -rw-r--r-- | mumd/src/network.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mumd/src/network.rs b/mumd/src/network.rs index 2b803c0..1066fef 100644 --- a/mumd/src/network.rs +++ b/mumd/src/network.rs @@ -30,8 +30,8 @@ impl ConnectionInfo { #[derive(Clone, Copy, Debug, Eq, PartialEq, Hash)] pub enum VoiceStreamType { - TCP, - UDP, + Tcp, + Udp, } async fn run_until<F, R>( |
