mirror of
https://github.com/fafhrd91/actix-web
synced 2025-08-30 08:38:16 +02:00
cleanup top level doc comments
This commit is contained in:
@@ -101,7 +101,7 @@ where
|
||||
}
|
||||
}
|
||||
|
||||
// HandlerService is both it's ServiceFactory and Service Type.
|
||||
/// HandlerService is both it's ServiceFactory and Service Type.
|
||||
impl<F, T, R> Service<ServiceRequest> for HandlerService<F, T, R>
|
||||
where
|
||||
F: Handler<T, R>,
|
||||
|
Reference in New Issue
Block a user