Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
simlay committed May 4, 2020
1 parent a489e9b commit 086a45d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ir/objc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

use super::context::{BindgenContext, ItemId};
use super::item::Item;
use parse::ClangItemParser;
use crate::parse::ClangItemParser;
use super::function::FunctionSig;
use super::traversal::{Trace, Tracer};
use super::ty::TypeKind;
Expand Down

0 comments on commit 086a45d

Please sign in to comment.