summaryrefslogtreecommitdiff
path: root/src/parse.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse.rs')
-rw-r--r--src/parse.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/parse.rs b/src/parse.rs
index 98cf6b13..28e65759 100644
--- a/src/parse.rs
+++ b/src/parse.rs
@@ -1,8 +1,7 @@
//! Common traits and types related to parsing our IR from Clang cursors.
use clang;
-use ir::context::BindgenContext;
-use ir::item::ItemId;
+use ir::context::{BindgenContext, ItemId};
use ir::ty::TypeKind;
/// Not so much an error in the traditional sense, but a control flow message