summaryrefslogtreecommitdiff
path: root/src/proto.rs
diff options
context:
space:
mode:
authorCorey Richardson <corey@octayn.net>2017-09-24 09:18:26 -0400
committerGraham Northup <grahamnorthup@yahoo.com>2017-09-24 19:01:22 -0400
commit150d71cae770598ade7e09419150f1218e961128 (patch)
treea1b0848642fa59f746d9e4587e585a22df0188e2 /src/proto.rs
parent5f1e73ab5bd0709dd408064c06f2717182777537 (diff)
Fix more style things
All reported by clippy. Mostly stuff like unnecessary lifetimes or references.
Diffstat (limited to 'src/proto.rs')
-rw-r--r--src/proto.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto.rs b/src/proto.rs
index 3ec0aeb..d27a293 100644
--- a/src/proto.rs
+++ b/src/proto.rs
@@ -4,6 +4,7 @@ use super::*;
use ::byteorder::{ByteOrder, NetworkEndian};
+#[allow(dead_code)]
const OBLIGATE_POLYPHONE: u32 = 0xffffffff;
pub enum Command {