Skip to content

Commit

Permalink
only require unstable test feature for running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ntBre committed Jul 15, 2024
1 parent cfe7cb1 commit d3c6d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spectro/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![feature(test)]
#![cfg_attr(test, feature(test))]
#![allow(clippy::too_many_arguments, clippy::needless_range_loop)]

use std::{
Expand Down

0 comments on commit d3c6d08

Please sign in to comment.