diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-07-24 17:08:28 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-07-24 17:08:28 +0200 |
| commit | 8f2dc825461ad3006c3f8bdfcb9f3b5048fdb861 (patch) | |
| tree | 3b51b926fa60782c88bd289771b6d7b52de8a3e0 | |
| parent | fix(crates/yt/commands/database): Correctly format the default for `--kind` (diff) | |
| download | yt-8f2dc825461ad3006c3f8bdfcb9f3b5048fdb861.zip | |
test(crates/libmpv2): Avoid compiling a doc-test
| -rw-r--r-- | crates/libmpv2/src/mpv.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/libmpv2/src/mpv.rs b/crates/libmpv2/src/mpv.rs index 2f9f586..d8164c0 100644 --- a/crates/libmpv2/src/mpv.rs +++ b/crates/libmpv2/src/mpv.rs @@ -552,7 +552,7 @@ impl Mpv { /// /// # Examples /// - /// ```no_run + /// ```text ///# use libmpv2::{Mpv}; ///# use libmpv2::mpv_node::MpvNode; ///# use libmpv2::mpv::errors::Result; |
