summaryrefslogtreecommitdiffstats
path: root/store/build.rs
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-10-14 11:36:45 +0200
committerJustus Winter <justus@sequoia-pgp.org>2020-10-14 12:01:22 +0200
commit57531dbe5b277a46982e4dd2b0ab6c20ebe43682 (patch)
tree9fddc14e92f2da4fd7c99c145d4c7ea76bf6a993 /store/build.rs
parentea4eaf796404c0fde15509274190cc4668c5d08e (diff)
Replace most 'extern crate' directives with 'use'.
- See #480.
Diffstat (limited to 'store/build.rs')
-rw-r--r--store/build.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/store/build.rs b/store/build.rs
index d7bd89d3..38acc3b2 100644
--- a/store/build.rs
+++ b/store/build.rs
@@ -1,5 +1,3 @@
-extern crate capnpc;
-
fn capnp(src: &str) {
println!("rerun-if-changed={}", src);
::capnpc::CompilerCommand::new().file(src).run().unwrap();