Skip to content

Commit

Permalink
Only build the benchmark if all the dependencies are available.
Browse files Browse the repository at this point in the history
  • Loading branch information
lemmih authored and cuviper committed Jun 23, 2022
1 parent 275d6cb commit 01941a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions benches/bigrational.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#![feature(test)]
#![cfg(feature = "rand")]

extern crate test;

Expand Down

0 comments on commit 01941a8

Please sign in to comment.