aboutsummaryrefslogtreecommitdiff
path: root/gen/src/mod.rs
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2020-08-30 19:59:41 -0700
committerDavid Tolnay <dtolnay@gmail.com>2020-08-30 20:22:41 -0700
commitbb3ba50a8c3427cb2e5a4778b85f239230135119 (patch)
tree99e2700df1d27066dd1029bea3e1510ad020d142 /gen/src/mod.rs
parentb87d70f08c45306c5d2f28f11731a924e007c47f (diff)
downloadcxx-bb3ba50a8c3427cb2e5a4778b85f239230135119.tar.gz
Replace anyhow dependency with a handwritten reporter
Diffstat (limited to 'gen/src/mod.rs')
-rw-r--r--gen/src/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/gen/src/mod.rs b/gen/src/mod.rs
index a8322804..873ce1d0 100644
--- a/gen/src/mod.rs
+++ b/gen/src/mod.rs
@@ -1,7 +1,7 @@
// Functionality that is shared between the cxx_build::bridge entry point and
// the cxxbridge CLI command.
-mod error;
+pub(super) mod error;
mod file;
pub(super) mod include;
pub(super) mod out;