Skip to content

Commit

Permalink
associated_type_bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip committed Aug 11, 2024
1 parent c437aaa commit 3da1871
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/voicevox_core/src/infer/session_set.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@ impl<R: InferenceRuntime, D: InferenceDomain> InferenceSessionSet<R, D> {
impl<R: InferenceRuntime, D: InferenceDomain> InferenceSessionSet<R, D> {
pub(crate) fn get<I>(&self) -> InferenceSessionCell<R, I>
where
I: InferenceInputSignature,
I::Signature: InferenceSignature<Domain = D>,
I: InferenceInputSignature<Signature: InferenceSignature<Domain = D>>,
{
InferenceSessionCell {
inner: self.0[I::Signature::OPERATION].clone(),
Expand Down

0 comments on commit 3da1871

Please sign in to comment.