micro_http: switch to rust edition 2018
Signed-off-by: Damien Stanton <damien.stanton@gmail.com> Signed-off-by: YUAN LYU <lyuyuan92@gmail.com>
This commit is contained in:
committed by
Adrian Catangiu
parent
88de0ed16b
commit
a7f035b8c5
@@ -3,7 +3,7 @@
|
||||
|
||||
use std::result::Result;
|
||||
|
||||
use super::RequestError;
|
||||
use crate::RequestError;
|
||||
|
||||
/// Wrapper over an HTTP Header type.
|
||||
#[derive(Debug, Eq, Hash, PartialEq)]
|
||||
|
||||
Reference in New Issue
Block a user