diff options
Diffstat (limited to 'vendor/cxxbridge-flags/src/lib.rs')
-rw-r--r-- | vendor/cxxbridge-flags/src/lib.rs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vendor/cxxbridge-flags/src/lib.rs b/vendor/cxxbridge-flags/src/lib.rs new file mode 100644 index 000000000..55172b214 --- /dev/null +++ b/vendor/cxxbridge-flags/src/lib.rs @@ -0,0 +1,7 @@ +//! This crate is an implementation detail of the `cxx` and `cxx-build` crates, +//! and does not expose any public API. + +mod r#impl; + +#[doc(hidden)] +pub use r#impl::*; |