Skip to content

Commit

Permalink
Auto merge of gtk-rs#166 - gkoz:pr, r=gkoz
Browse files Browse the repository at this point in the history
Import types that are passed inside lists

None
  • Loading branch information
homu committed Nov 26, 2015
2 parents b85b267 + dd26f32 commit c6a4ae6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/analysis/rust_type.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ pub fn used_rust_type(env: &Env, type_id: library::TypeId) -> Result {
Class(..) |
Enumeration(..) |
Interface(..) => rust_type(env, type_id),
List(inner_tid) => used_rust_type(env, inner_tid),
_ => Err("Don't need use".into()),
}
}
Expand Down

0 comments on commit c6a4ae6

Please sign in to comment.