Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Commit

Permalink
Remove unnecessary feature flag
Browse files Browse the repository at this point in the history
Local rust was a very old version, hopefully updating directly in the repo bypasses the build actions
  • Loading branch information
GingerAvalanche committed Jan 19, 2023
1 parent c3bcafe commit f5fe614
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#![feature(let_chains)]
#![deny(clippy::unwrap_used)]
#![feature(scoped_threads)]
pub mod manager;
pub mod mergers;
pub mod settings;
Expand Down

0 comments on commit f5fe614

Please sign in to comment.