smoltcp;:parsing → smoltcp::parsers.

This commit is contained in:
whitequark 2017-09-20 20:18:50 +00:00
parent 9281733209
commit 2c4222a0b6
2 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ use core::fmt;
#[macro_use]
mod macros;
mod parsing;
mod parsers;
pub mod storage;
pub mod phy;