remove util submod

This commit is contained in:
Martin Algesten
2018-06-14 15:18:01 +02:00
parent 75c8a9bbde
commit f2c3f351ca
5 changed files with 25 additions and 32 deletions

View File

@@ -12,11 +12,11 @@ extern crate serde_json;
extern crate native_tls;
extern crate url;
#[macro_use]
mod agent;
mod error;
mod header;
mod util;
mod macros;
mod serde_macros;
#[cfg(test)]
mod test;