remove compiler warning

core0-buffer
Sebastien Bourdeauducq 2020-07-06 21:55:30 +08:00
parent de2c2af523
commit 0119022b2c
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ use alloc::string::String;
use core_io::{Read, Write, Error as IoError};
#[allow(dead_code)]
#[derive(Debug, Clone, PartialEq)]
pub enum ReadStringError<T> {
Utf8(Utf8Error),