Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip committed Nov 16, 2023
1 parent 031b0b0 commit 104d64a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/voicevox_core/src/user_dict/word.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ pub(crate) enum InvalidWordError {
}

impl InvalidWordError {
const BASE_MSG: &str = "ユーザー辞書の単語のバリデーションに失敗しました";
const BASE_MSG: &'static str = "ユーザー辞書の単語のバリデーションに失敗しました";
}

type InvalidWordResult<T> = std::result::Result<T, InvalidWordError>;
Expand Down

0 comments on commit 104d64a

Please sign in to comment.