summaryrefslogtreecommitdiff
path: root/libbindgen/src/ir/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'libbindgen/src/ir/mod.rs')
-rw-r--r--libbindgen/src/ir/mod.rs19
1 files changed, 0 insertions, 19 deletions
diff --git a/libbindgen/src/ir/mod.rs b/libbindgen/src/ir/mod.rs
deleted file mode 100644
index 73793b16..00000000
--- a/libbindgen/src/ir/mod.rs
+++ /dev/null
@@ -1,19 +0,0 @@
-//! The ir module defines bindgen's intermediate representation.
-//!
-//! Parsing C/C++ generates the IR, while code generation outputs Rust code from
-//! the IR.
-
-pub mod annotations;
-pub mod comp;
-pub mod context;
-pub mod derive;
-pub mod enum_ty;
-pub mod function;
-pub mod int;
-pub mod item;
-pub mod item_kind;
-pub mod layout;
-pub mod module;
-pub mod ty;
-pub mod type_collector;
-pub mod var;