fix clippy warnings on web

This commit is contained in:
Trinity Pointard
2021-04-23 22:26:27 +02:00
committed by Alex Auvolat
parent 84856e84e5
commit f8ae8fc4be
2 changed files with 13 additions and 12 deletions
+1
View File
@@ -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