diff options
Diffstat (limited to 'tests/headers/call-conv-field.h')
-rw-r--r-- | tests/headers/call-conv-field.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/headers/call-conv-field.h b/tests/headers/call-conv-field.h index 3488cd5b..00ebd094 100644 --- a/tests/headers/call-conv-field.h +++ b/tests/headers/call-conv-field.h @@ -5,7 +5,7 @@ // The linux-only thing is a hack around our lack of understanding when // bindgen's target_os != the bindings' target_os :( // -// https://github.com/servo/rust-bindgen/issues/593 +// https://github.com/rust-lang-nursery/rust-bindgen/issues/593 struct JNINativeInterface_ { int (__stdcall *GetVersion)(void *env); |