mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-08-18 17:26:16 +00:00
fix clippy warnings on web
This commit is contained in:
committed by
Alex Auvolat
parent
84856e84e5
commit
f8ae8fc4be
@@ -4,6 +4,7 @@ use hyper::StatusCode;
|
||||
use garage_util::error::Error as GarageError;
|
||||
|
||||
/// Errors of this crate
|
||||
#[allow(clippy::upper_case_acronyms)]
|
||||
#[derive(Debug, Error)]
|
||||
pub enum Error {
|
||||
/// An error received from the API crate
|
||||
|
||||
Reference in New Issue
Block a user