From e8d1b93517fede128c4b6f7a218b39dd10974d43 Mon Sep 17 00:00:00 2001 From: Syed Ahkam Date: Tue, 19 Nov 2024 00:57:14 +0530 Subject: [PATCH] docs: prevent pw doctest from compiling --- src/desktop/camera.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/desktop/camera.rs b/src/desktop/camera.rs index 284a95fb1..757ca5f13 100644 --- a/src/desktop/camera.rs +++ b/src/desktop/camera.rs @@ -18,7 +18,7 @@ //! ``` //! An example on how to connect with Pipewire can be found [here](https://github.com/bilelmoussaoui/ashpd/blob/master/examples/screen_cast_pw.rs). //! Although the example's primary focus is screen casting, stream connection logic remains the same -- with one accessibility change: -//! ```rust,no_run +//! ```rust,ignore //! let stream = pw::stream::Stream::new( //! &core, //! "video-test",