diff options
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ pub use error::Error; pub use mime; pub use httpdate; -#[macro_use] mod error; +#[macro_use] pub mod error; pub mod security; pub mod request; pub mod response; |