aboutsummaryrefslogtreecommitdiff
path: root/src/http/mod.rs
diff options
context:
space:
mode:
authorMelody Horn / boringcactus <melody@boringcactus.com>2021-06-13 10:19:13 -0600
committerMelody Horn / boringcactus <melody@boringcactus.com>2021-06-13 10:19:13 -0600
commit109966b7e365423bce83b78004eb1c21b7892940 (patch)
treeb254d5ec7e53de15e88319d381fce530e422d97a /src/http/mod.rs
parent4c8940569e5729213b7eee6f3d5be39b745b697b (diff)
downloadtosin-109966b7e365423bce83b78004eb1c21b7892940.tar.gz
tosin-109966b7e365423bce83b78004eb1c21b7892940.zip
break a few things out of folders
Diffstat (limited to 'src/http/mod.rs')
-rw-r--r--src/http/mod.rs1
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};