Skip to content

Commit

Permalink
不要なreexportを削除
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip committed Nov 5, 2023
1 parent 4bd2281 commit f959911
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/voicevox_core/src/infer/runtimes/onnxruntime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ use ndarray::{Array, Dimension};
use once_cell::sync::Lazy;
use onnxruntime::{environment::Environment, GraphOptimizationLevel, LoggingLevel};

use self::assert_send::AssertSend;
use crate::{
devices::SupportedDevices,
error::ErrorRepr,
Expand All @@ -11,8 +12,6 @@ use crate::{
},
};

pub(crate) use self::assert_send::AssertSend;

#[derive(Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash, Debug)]
pub(crate) enum Onnxruntime {}

Expand Down

0 comments on commit f959911

Please sign in to comment.