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;