forked from spacebar/rust-nex
disable version mismatch in editions without header
This commit is contained in:
parent
97d0a1f553
commit
d39758d748
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ pub enum Error {
|
|||
Utf8(#[from] FromUtf8Error),
|
||||
#[error("unexpected value: {0}")]
|
||||
UnexpectedValue(u64),
|
||||
#[cfg(feature = "rmc_struct_header")]
|
||||
#[error("version mismatch: {0}")]
|
||||
VersionMismatch(u8),
|
||||
#[error("an error occurred reading the station url")]
|
||||
|
|
|
|||
Loading…
Reference in a new issue