Skip to content

Commit

Permalink
feat: remove unnecessary attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
THEGOLDENPRO committed Oct 16, 2024
1 parent 9176fa7 commit 6028079
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions src/app.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")] // hide console window on Windows in release
#![allow(rustdoc::missing_crate_level_docs)] // it's an example

use std::time::{Duration, Instant};

use cap::Cap;
Expand Down
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")] // hide console window on Windows in release
#![allow(rustdoc::missing_crate_level_docs)] // it's an example

use std::{path::Path, process::exit};

Expand Down

0 comments on commit 6028079

Please sign in to comment.