diff --git a/crates/voicevox_core/src/devices.rs b/crates/voicevox_core/src/devices.rs index 9a1d6da89..46a0f1de0 100644 --- a/crates/voicevox_core/src/devices.rs +++ b/crates/voicevox_core/src/devices.rs @@ -27,7 +27,7 @@ impl SupportedDevices { /// /// # Example /// - #[cfg_attr(windows, doc = "```no_run")] + #[cfg_attr(windows, doc = "```no_run")] // https://github.com/VOICEVOX/voicevox_core/issues/537 #[cfg_attr(not(windows), doc = "```")] /// use voicevox_core::SupportedDevices; /// diff --git a/crates/voicevox_core/src/voice_synthesizer.rs b/crates/voicevox_core/src/voice_synthesizer.rs index b8591e87d..1794069c3 100644 --- a/crates/voicevox_core/src/voice_synthesizer.rs +++ b/crates/voicevox_core/src/voice_synthesizer.rs @@ -124,7 +124,7 @@ impl Synthesizer { /// /// # Example /// - #[cfg_attr(windows, doc = "```no_run")] + #[cfg_attr(windows, doc = "```no_run")] // https://github.com/VOICEVOX/voicevox_core/issues/537 #[cfg_attr(not(windows), doc = "```")] /// # #[tokio::main] /// # async fn main() -> anyhow::Result<()> { @@ -298,7 +298,7 @@ impl Synthesizer { /// /// # Examples /// - #[cfg_attr(windows, doc = "```no_run")] + #[cfg_attr(windows, doc = "```no_run")] // https://github.com/VOICEVOX/voicevox_core/issues/537 #[cfg_attr(not(windows), doc = "```")] /// # #[tokio::main] /// # async fn main() -> anyhow::Result<()> { @@ -343,7 +343,7 @@ impl Synthesizer { /// # } /// ``` /// - #[cfg_attr(windows, doc = "```no_run")] + #[cfg_attr(windows, doc = "```no_run")] // https://github.com/VOICEVOX/voicevox_core/issues/537 #[cfg_attr(not(windows), doc = "```")] /// # #[tokio::main] /// # async fn main() -> anyhow::Result<()> { @@ -449,7 +449,7 @@ impl Synthesizer { /// /// # Examples /// - #[cfg_attr(windows, doc = "```no_run")] + #[cfg_attr(windows, doc = "```no_run")] // https://github.com/VOICEVOX/voicevox_core/issues/537 #[cfg_attr(not(windows), doc = "```")] /// # #[tokio::main] /// # async fn main() -> anyhow::Result<()> { @@ -494,7 +494,7 @@ impl Synthesizer { /// # } /// ``` /// - #[cfg_attr(windows, doc = "```no_run")] + #[cfg_attr(windows, doc = "```no_run")] // https://github.com/VOICEVOX/voicevox_core/issues/537 #[cfg_attr(not(windows), doc = "```")] /// # #[tokio::main] /// # async fn main() -> anyhow::Result<()> {