summaryrefslogtreecommitdiffstats
path: root/openpgp/src/build
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/build')
-rw-r--r--openpgp/src/build/build.rs1
-rw-r--r--openpgp/src/build/mod.rs2
2 files changed, 0 insertions, 3 deletions
diff --git a/openpgp/src/build/build.rs b/openpgp/src/build/build.rs
deleted file mode 100644
index 987d76fd..00000000
--- a/openpgp/src/build/build.rs
+++ /dev/null
@@ -1 +0,0 @@
-//! Create OpenPGP packets in memory using the builder pattern.
diff --git a/openpgp/src/build/mod.rs b/openpgp/src/build/mod.rs
deleted file mode 100644
index 839c55e3..00000000
--- a/openpgp/src/build/mod.rs
+++ /dev/null
@@ -1,2 +0,0 @@
-// Hack so that the file doesn't have to be named mod.rs.
-include!("build.rs");