chiark / gitweb /
fixes etc.
[hippotat.git] / server / sweb.rs
index 0176e46afba58b28d0add5581b7b073d1e0b7fb5..49416c6226bc1319cd83da8ad52c6da9d75abae9 100644 (file)
@@ -5,7 +5,6 @@
 use super::*;
 
 /// Sent from hyper worker pool task to client task
-#[allow(dead_code)] // xxx
 #[derive(Debug)]
 pub struct WebRequest {
   // initial part of body
@@ -23,7 +22,6 @@ pub struct WebRequest {
 }
 
 /// Reply from client task to hyper worker pool task
-#[allow(dead_code)] // xxx
 #[derive(Debug)]
 pub struct WebResponse {
   pub warnings: Warnings,