Skip to content

Commit dacc120

Browse files
committed
associated_type_bounds
1 parent bdfbbe6 commit dacc120

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

crates/voicevox_core/src/infer/session_set.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@ impl<R: InferenceRuntime, D: InferenceDomain> InferenceSessionSet<R, D> {
7474
impl<R: InferenceRuntime, D: InferenceDomain> InferenceSessionSet<R, D> {
7575
pub(crate) fn get<I>(&self) -> InferenceSessionCell<R, I>
7676
where
77-
I: InferenceInputSignature,
78-
I::Signature: InferenceSignature<Domain = D>,
77+
I: InferenceInputSignature<Signature: InferenceSignature<Domain = D>>,
7978
{
8079
InferenceSessionCell {
8180
inner: self.0[I::Signature::OPERATION].clone(),

0 commit comments

Comments
 (0)