Skip to content

Commit

Permalink
docs: prevent pw doctest from compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
SyedAhkam committed Nov 18, 2024
1 parent 4f81135 commit e8d1b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/desktop/camera.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e8d1b93

Please sign in to comment.