From 44edb5975d046481403571378b3ee907c696a158 Mon Sep 17 00:00:00 2001 From: Ryo Yamashita Date: Thu, 31 Oct 2024 14:32:58 +0900 Subject: [PATCH] Add a fixme --- crates/voicevox_core_python_api/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crates/voicevox_core_python_api/src/lib.rs b/crates/voicevox_core_python_api/src/lib.rs index ccf1b2b7f..a2d1c2475 100644 --- a/crates/voicevox_core_python_api/src/lib.rs +++ b/crates/voicevox_core_python_api/src/lib.rs @@ -1055,6 +1055,8 @@ mod asyncio { #[pyclass] pub(crate) struct Synthesizer { + // FIXME: `Arc`ではなく、`Arc>`を + // `clone`する synthesizer: Arc< Closable< Arc>,