Skip to content

Commit

Permalink
Update error.rs
Browse files Browse the repository at this point in the history
Co-authored-by: David Pacheco <[email protected]>
  • Loading branch information
hawkw and davepacheco authored Nov 28, 2024
1 parent 5239d17 commit a3497ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dropshot/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a3497ea

Please sign in to comment.