Skip to content

Commit

Permalink
rust: update from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Feb 27, 2024
1 parent c7414ca commit 6a42f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/agama-dbus-server/src/l10n/web.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pub enum LocaleError {
#[error("Invalid keymap: {0}")]
InvalidKeymap(#[from] InvalidKeymap),
#[error("Cannot translate: {0}")]
CannotTranslate(#[from] Error),
OtherError(#[from] Error),
}

impl IntoResponse for LocaleError {
Expand Down

0 comments on commit 6a42f8a

Please sign in to comment.