Skip to content

Commit

Permalink
test(docs): don't run program that never terminates
Browse files Browse the repository at this point in the history
  • Loading branch information
lwestlund committed Feb 6, 2025
1 parent d2ead88 commit fb98e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/event_listener/stream.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use futures_lite::{Stream, StreamExt};
/// as its more idiomatic, and allows for more efficient memory management
///
/// # Examples
/// ```rust
/// ```rust, no_run
/// use hyprland::prelude::*;
/// use hyprland::event_listener::EventStream;
/// use futures_lite::StreamExt;
Expand Down

0 comments on commit fb98e8d

Please sign in to comment.