Skip to content

Commit

Permalink
udpate: address clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
GoranBrkuljan committed Jan 15, 2025
1 parent 89d4907 commit 8a94c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/actix-web/reddit-api/src/errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ use log::{error, warn};
use serde_json::json;

#[derive(Debug)]
#[allow(clippy::enum_variant_names)]
pub enum AppError {
// 400 | 500
CharybdisError(CharybdisError),
SerdeError(serde_json::Error),
InternalServerError(String),
Expand Down

0 comments on commit 8a94c0d

Please sign in to comment.