diff options
Diffstat (limited to 'tests/headers/no-comments.h')
-rw-r--r-- | tests/headers/no-comments.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/headers/no-comments.h b/tests/headers/no-comments.h deleted file mode 100644 index 1ddb1a3b..00000000 --- a/tests/headers/no-comments.h +++ /dev/null @@ -1,5 +0,0 @@ -// bindgen-flags: --no-doc-comments - -struct Foo { - int s; /*!< Including this will prevent rustc for compiling it */ -}; |