Skip to content

Commit

Permalink
fixes for 'cargo test' & bump flake.lock due to outdated cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
id3v1669 committed Apr 6, 2024
1 parent 2cb242c commit 5e5400b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion libwayshot/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@ pub mod reexport {
/// Struct to store wayland connection and globals list.
/// # Example usage
///
/// ```
/// ```ignore
/// use libwayshot::WayshotConnection;
///
/// let wayshot_connection = WayshotConnection::new()?;
/// let image_buffer = wayshot_connection.screenshot_all()?;
/// ```
Expand Down
2 changes: 1 addition & 1 deletion libwayshot/src/region.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pub struct LogicalRegion {
///
/// Example:
///
/// ````
/// ````ignore
/// ┌─────────────┐
/// │ │
/// │ ┌──────────┼──────┐
Expand Down

0 comments on commit 5e5400b

Please sign in to comment.