From e6fa01607f7971ba2ed9ec45fc1b0ee283d802dc Mon Sep 17 00:00:00 2001 From: Sergio Benitez Date: Sun, 11 Dec 2016 01:40:03 -0800 Subject: [PATCH] Link to Stream in Responder docs. --- lib/src/response/responder.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ()** ///