From a3497ea7d9e860be10c8bbf6e113a03ec3938594 Mon Sep 17 00:00:00 2001 From: Eliza Weisman Date: Wed, 27 Nov 2024 16:17:40 -0800 Subject: [PATCH] Update error.rs Co-authored-by: David Pacheco --- dropshot/src/error.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dropshot/src/error.rs b/dropshot/src/error.rs index 7328ed63..01636c2c 100644 --- a/dropshot/src/error.rs +++ b/dropshot/src/error.rs @@ -66,7 +66,7 @@ //! we recommend a separate enum to represent their errors in an HTTP-agnostic //! way. Consumers can provide a `From` implementation that converts these //! errors into `HttpError`s, or implement the [`HttpResponseError`] trait to -//! provide their own mechanism +//! provide their own mechanism. use hyper::Error as HyperError; use schemars::JsonSchema;