forked from M-Labs/artiq-zynq
remove compiler warning
This commit is contained in:
parent
de2c2af523
commit
0119022b2c
|
@ -5,6 +5,7 @@ use alloc::string::String;
|
||||||
|
|
||||||
use core_io::{Read, Write, Error as IoError};
|
use core_io::{Read, Write, Error as IoError};
|
||||||
|
|
||||||
|
#[allow(dead_code)]
|
||||||
#[derive(Debug, Clone, PartialEq)]
|
#[derive(Debug, Clone, PartialEq)]
|
||||||
pub enum ReadStringError<T> {
|
pub enum ReadStringError<T> {
|
||||||
Utf8(Utf8Error),
|
Utf8(Utf8Error),
|
||||||
|
|
Loading…
Reference in New Issue