From 48069a71ed215233b3896477b897fab69cb62778 Mon Sep 17 00:00:00 2001 From: nWacky Date: Mon, 16 Sep 2019 17:09:07 +0300 Subject: [PATCH] Remove useless docs --- actix-http/src/error.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/actix-http/src/error.rs b/actix-http/src/error.rs index c914f4321..e1da871da 100644 --- a/actix-http/src/error.rs +++ b/actix-http/src/error.rs @@ -132,7 +132,6 @@ impl std::error::Error for Error { } } -/// Convert `INTERNAL_SERVER_ERROR` to `std::convert::Infallible` impl From for Error { fn from(_: std::convert::Infallible) -> Self { // `std::convert::Infallible` should never happen