Fix the problem that the compilation fails when the compilation parameter is --no-default-features.

Update mod.rs
This commit is contained in:
Sunli 2020-09-14 09:53:12 +08:00
parent 5bb705bdf3
commit 01f02c6bc1

View File

@ -7,10 +7,11 @@ mod integers;
mod list;
mod optional;
mod string;
mod url;
mod uuid;
#[cfg(feature = "bson")]
mod bson;
#[cfg(feature = "chrono_tz")]
mod chrono_tz;
#[cfg(feature = "url")]
mod url;