From a74eccfd6e1cd438912800ea4f96a2f86d267d12 Mon Sep 17 00:00:00 2001 From: Trinity Pointard Date: Fri, 26 Mar 2021 22:32:09 +0100 Subject: document api crate --- src/web/error.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/web/error.rs') diff --git a/src/web/error.rs b/src/web/error.rs index 6da86199..2b8aeebe 100644 --- a/src/web/error.rs +++ b/src/web/error.rs @@ -8,7 +8,7 @@ use garage_util::error::Error as GarageError; pub enum Error { /// An error received from the API crate #[error(display = "API error: {}", _0)] - ApiError(#[error(source)] garage_api::error::Error), + ApiError(#[error(source)] garage_api::Error), // Category: internal error /// Error internal to garage -- cgit v1.2.3