diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2017-02-03 18:47:20 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-03 18:47:20 -0800 |
commit | a3de3fcb767c630c457d4344b3e0daf35b0142d0 (patch) | |
tree | b7b03355854d8bf110235fd6aac6b4bb3c31c316 /src | |
parent | 9c8b593bfe336fca3d9edb996ca26c0297f33267 (diff) | |
parent | 50dc79237b9cb4d822d449f9b5b674a0798f429a (diff) |
Auto merge of #473 - fitzgen:fmt-in-ci, r=emilio
Assert that code is properly `rustfmt`ed in CI
r? @emilio
Diffstat (limited to 'src')
-rw-r--r-- | src/ir/objc.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ir/objc.rs b/src/ir/objc.rs index 92356d92..08cab1cc 100644 --- a/src/ir/objc.rs +++ b/src/ir/objc.rs @@ -1,6 +1,7 @@ //! Objective C types // use clang_sys::CXCursor_ObjCSuperClassRef; + use super::context::BindgenContext; use clang; use clang_sys::CXChildVisit_Continue; |