Skip to content

Commit

Permalink
clippy update
Browse files Browse the repository at this point in the history
  • Loading branch information
knzai committed Aug 6, 2024
1 parent 5ee27bc commit 980eb88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/terminal/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ pub fn main() -> Result<(), Box<dyn std::error::Error>> {
println!("\n{}", image.suggestions());
}

#[cfg(feature = "sdl2")]
#[cfg(feature = "gui")]
if args.sdl {
render_sdl(image_data, palette)?
}
Expand Down

0 comments on commit 980eb88

Please sign in to comment.