diff options
author | Melody Horn / boringcactus <melody@boringcactus.com> | 2021-06-13 10:19:13 -0600 |
---|---|---|
committer | Melody Horn / boringcactus <melody@boringcactus.com> | 2021-06-13 10:19:13 -0600 |
commit | 109966b7e365423bce83b78004eb1c21b7892940 (patch) | |
tree | b254d5ec7e53de15e88319d381fce530e422d97a /src/http | |
parent | 4c8940569e5729213b7eee6f3d5be39b745b697b (diff) | |
download | tosin-109966b7e365423bce83b78004eb1c21b7892940.tar.gz tosin-109966b7e365423bce83b78004eb1c21b7892940.zip |
break a few things out of folders
Diffstat (limited to 'src/http')
-rw-r--r-- | src/http/mod.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/http/mod.rs b/src/http/mod.rs deleted file mode 100644 index f8f1066..0000000 --- a/src/http/mod.rs +++ /dev/null @@ -1 +0,0 @@ -pub use warp::{Filter, Reply, reply::Response}; |