diff options
Diffstat (limited to 'server/src/main.rs')
| -rw-r--r-- | server/src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/src/main.rs b/server/src/main.rs index dab0cb2..7a6b1b7 100644 --- a/server/src/main.rs +++ b/server/src/main.rs @@ -1502,6 +1502,7 @@ fn rocket_from_config(figment: Figment) -> Rocket<Build> { .attach(authorized_keys::stage()) } +#[allow(clippy::result_large_err)] #[rocket::main] async fn main() -> Result<(), rocket::Error> { let mut api = MainApi::openapi(); |
