Skip to content

Commit

Permalink
fix for 'cargo test'
Browse files Browse the repository at this point in the history
  • Loading branch information
id3v1669 committed Apr 6, 2024
1 parent cb6bd68 commit 0c2e6a2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion libwayshot/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@ struct IntersectingOutput {
/// Struct to store wayland connection and globals list.
/// # Example usage
///
/// ```
/// ```ignore
/// use libwayshot::WayshotConnection;
///
/// let wayshot_connection = WayshotConnection::new().unwrap();
/// let image_buffer = wayshot_connection.screenshot_all().unwrap();
/// ```
Expand Down

0 comments on commit 0c2e6a2

Please sign in to comment.