diff options
author | Emilio Cobos Álvarez <ecoal95@gmail.com> | 2016-11-15 13:44:23 +0100 |
---|---|---|
committer | Emilio Cobos Álvarez <ecoal95@gmail.com> | 2016-11-16 00:46:46 +0100 |
commit | 91faa76c44acb863a8cf4a5237faa75ac21a8dee (patch) | |
tree | 164c7f107dc7e0f210cf04b8f87e2f391725a4eb /libbindgen/src/clang.rs | |
parent | d51616852ff57afcfb9ffbc4d6947b4627c03488 (diff) |
reformat.
Diffstat (limited to 'libbindgen/src/clang.rs')
-rw-r--r-- | libbindgen/src/clang.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbindgen/src/clang.rs b/libbindgen/src/clang.rs index fb495929..32424d40 100644 --- a/libbindgen/src/clang.rs +++ b/libbindgen/src/clang.rs @@ -264,7 +264,7 @@ impl Cursor { /// Given that this cursor's referent is reference type, get the cursor /// pointing to the referenced type. - pub fn referenced(&self) -> Option<Cursor> { + pub fn referenced(&self) -> Option<Cursor> { unsafe { let ret = Cursor { x: clang_getCursorReferenced(self.x), |