diff options
author | Sergey Pepyakin <s.pepyakin@gmail.com> | 2017-10-02 23:55:14 +0300 |
---|---|---|
committer | Sergey Pepyakin <s.pepyakin@gmail.com> | 2017-10-03 00:37:20 +0300 |
commit | 617c55b0a962429fdd6fdbeebdebf4f5fe4cc256 (patch) | |
tree | 3a89114a9bee784b4a184fcfbf5430f10412c612 /tests/headers/derive-partialeq-union.hpp | |
parent | b02b158d39d30285d71adf34d6cc5b299caeada0 (diff) |
Turn comments into doc comments in tests.
Diffstat (limited to 'tests/headers/derive-partialeq-union.hpp')
-rw-r--r-- | tests/headers/derive-partialeq-union.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/headers/derive-partialeq-union.hpp b/tests/headers/derive-partialeq-union.hpp index 887506d0..e2081a01 100644 --- a/tests/headers/derive-partialeq-union.hpp +++ b/tests/headers/derive-partialeq-union.hpp @@ -1,6 +1,6 @@ // bindgen-flags: --with-derive-partialeq --impl-partialeq -// Deriving PartialEq for rust unions is not supported. +/// Deriving PartialEq for rust unions is not supported. union ShouldNotDerivePartialEq { char a; int b; |