From e8045e4f4faeece77235b192e36d2deae8d00771 Mon Sep 17 00:00:00 2001 From: Ryo Yamashita Date: Sun, 3 Sep 2023 16:24:28 +0900 Subject: [PATCH] =?UTF-8?q?FIXME=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crates/voicevox_core/src/__internal.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crates/voicevox_core/src/__internal.rs b/crates/voicevox_core/src/__internal.rs index aea13e648..c37f50601 100644 --- a/crates/voicevox_core/src/__internal.rs +++ b/crates/voicevox_core/src/__internal.rs @@ -1,3 +1,5 @@ +// FIXME: 要議論: https://github.com/VOICEVOX/voicevox_core/issues/595 + use std::fmt::Display; pub fn to_zenkaku(surface: &str) -> String {