Skip to content

Commit

Permalink
Fixed a clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Futsch1 committed Jul 1, 2022
1 parent a15298c commit fb5f52d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![windows_subsystem = "windows"]
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]

extern crate image_sieve;

Expand Down
2 changes: 0 additions & 2 deletions src/main_window.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//! Module containing the main window of image_sieve
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]

extern crate nfd;
extern crate slint;

Expand Down

0 comments on commit fb5f52d

Please sign in to comment.