diff options
| author | Fuwn <[email protected]> | 2022-03-27 04:20:30 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-03-27 04:20:30 +0000 |
| commit | 299f53da9ee08c8b326bd913c5911a234e50726d (patch) | |
| tree | 62f3a8f3b5975a88c1306a041796da12cf324458 /src/lib.rs | |
| parent | feat(response): implement many more responses (diff) | |
| download | windmark-299f53da9ee08c8b326bd913c5911a234e50726d.tar.xz windmark-299f53da9ee08c8b326bd913c5911a234e50726d.zip | |
feat(response): add remaining responses (redirect)
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -30,7 +30,6 @@ pub mod response; pub(crate) mod returnable; -pub mod status; pub mod utilities; #[macro_use] |