Skip to content

Commit

Permalink
enable box_patterns feature on nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
vic1707 committed Oct 25, 2023
1 parent b752248 commit 81b7b06
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/* NIGHTLY Features */
// box-patterns if nightly
#![cfg_attr(NIGHTLY, feature(box_patterns))]
/* Clippy config */
#![allow(clippy::pub_use)]
/* Modules */
Expand Down

0 comments on commit 81b7b06

Please sign in to comment.