Skip to content

Commit

Permalink
command error is needed on all platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckyTurtleDev committed Mar 29, 2024
1 parent 82e24b6 commit 55dc864
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion more-wallpapers/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ pub enum WallpaperError {
#[error("xrandr erro): {0}")]
Xrandr(#[from] xrandr::XrandrError),

#[cfg(target_os = "linux")]
#[error("{0}")]
Command(#[from] CommandError),

Expand Down

0 comments on commit 55dc864

Please sign in to comment.