Skip to content

Commit

Permalink
Merge pull request ozkriff#657 from ozkriff/remove_allow_clippy_unnec…
Browse files Browse the repository at this point in the history
…essary_wraps

Remove allow(clippy::unnecessary_wraps)
  • Loading branch information
ozkriff authored Jun 7, 2021
2 parents aded120 + c7869f9 commit e5a9ac8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#![allow(clippy::unnecessary_wraps)]
#![windows_subsystem = "windows"]

use std::time::Duration;
Expand Down

0 comments on commit e5a9ac8

Please sign in to comment.