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:
Damien Stanton
2020-07-06 10:42:37 -04:00
committed by Adrian Catangiu
parent 88de0ed16b
commit a7f035b8c5
6 changed files with 25 additions and 25 deletions

View File

@@ -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)]