-
Notifications
You must be signed in to change notification settings - Fork 127
Closed
Labels
Description
内容
#175 により原則#[deny(unsafe_code]
になっているようですが、ここがまだ残っています。
voicevox_core/crates/voicevox_core/src/engine/synthesis_engine.rs
Lines 22 to 23 in 0932c2f
#[allow(unsafe_code)] | |
unsafe impl Send for SynthesisEngine {} |
Pros 良くなる点
- 新たにこのリポジトリを訪れる人に無用な不安を与えずにすむようになる
Cons 悪くなる点
- ↓の方法を取る場合、依存ライブラリの数が一つ増える
実現方法
OSの種類/ディストリ/バージョン
全部
その他
qwerty2501Hiroshiba and PickledChair