From 3da1871e984e7c549e4409a5d792621af6274371 Mon Sep 17 00:00:00 2001 From: Ryo Yamashita Date: Sun, 11 Aug 2024 23:42:12 +0900 Subject: [PATCH] `associated_type_bounds` --- crates/voicevox_core/src/infer/session_set.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/crates/voicevox_core/src/infer/session_set.rs b/crates/voicevox_core/src/infer/session_set.rs index 20419ce2c..ad85e93ac 100644 --- a/crates/voicevox_core/src/infer/session_set.rs +++ b/crates/voicevox_core/src/infer/session_set.rs @@ -74,8 +74,7 @@ impl InferenceSessionSet { impl InferenceSessionSet { pub(crate) fn get(&self) -> InferenceSessionCell where - I: InferenceInputSignature, - I::Signature: InferenceSignature, + I: InferenceInputSignature>, { InferenceSessionCell { inner: self.0[I::Signature::OPERATION].clone(),