projects
/
m17rt
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Address more clippy lints
[m17rt]
/
m17core
/
src
/
tnc.rs
diff --git
a/m17core/src/tnc.rs
b/m17core/src/tnc.rs
index a74499b65112802caa2fbe9f497abe17ea530a74..a64f367e70c1f152eafb1892c311ee663b36ec35 100644
(file)
--- a/
m17core/src/tnc.rs
+++ b/
m17core/src/tnc.rs
@@
-502,6
+502,7
@@
struct OutgoingKiss {
sent: usize,
}
+#[allow(clippy::large_enum_variant)]
enum State {
/// Nothing happening. We may have TX data queued but we won't act on it until CSMA opens up.
Idle,