summaryrefslogtreecommitdiff
path: root/systest/build.rs
diff options
context:
space:
mode:
Diffstat (limited to 'systest/build.rs')
-rw-r--r--systest/build.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/systest/build.rs b/systest/build.rs
index 0c84bc33..3c549265 100644
--- a/systest/build.rs
+++ b/systest/build.rs
@@ -1,7 +1,6 @@
-extern crate ctest;
-
use std::env;
+#[allow(clippy::inconsistent_digit_grouping, clippy::unusual_byte_groupings)]
#[path = "../openssl-sys/build/cfgs.rs"]
mod cfgs;