diff --git a/lib/src/response/responder.rs b/lib/src/response/responder.rs index 70d12b6e..1c5b2337 100644 --- a/lib/src/response/responder.rs +++ b/lib/src/response/responder.rs @@ -76,7 +76,7 @@ impl<'a, T, E> IntoOutcome<(), (), (StatusCode, FreshHyperResponse<'a>)> for Res /// * **impl Responder for File** /// /// Streams the `File` to the client. This is essentially an alias to -/// Stream. +/// [Stream](struct.Stream.html)<File>. /// /// * **impl Responder for ()** ///