aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-03-27 04:20:30 +0000
committerFuwn <[email protected]>2022-03-27 04:20:30 +0000
commit299f53da9ee08c8b326bd913c5911a234e50726d (patch)
tree62f3a8f3b5975a88c1306a041796da12cf324458 /src/lib.rs
parentfeat(response): implement many more responses (diff)
downloadwindmark-299f53da9ee08c8b326bd913c5911a234e50726d.tar.xz
windmark-299f53da9ee08c8b326bd913c5911a234e50726d.zip
feat(response): add remaining responses (redirect)
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index cb28717..4c8cffd 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -30,7 +30,6 @@
pub mod response;
pub(crate) mod returnable;
-pub mod status;
pub mod utilities;
#[macro_use]