diff options
author | Nick Fitzgerald <fitzgen@gmail.com> | 2017-07-17 10:08:40 -0700 |
---|---|---|
committer | Nick Fitzgerald <fitzgen@gmail.com> | 2017-07-17 10:08:40 -0700 |
commit | b56edd0e7facc8578381e13b2287972186b75db8 (patch) | |
tree | 2caee58b7ca2c596d51e8c0a52cd59a82e2ce853 | |
parent | 6187c35b26f2ee87462531826132fd733eaf574a (diff) |
Remove warning about stripped annotations that is now obsolete
-rw-r--r-- | CONTRIBUTING.md | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 56f75ab1..1eb6f76b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -283,11 +283,6 @@ Afterwards, there should be a `__bindgen.i` or `__bindgen.ii` file containing the combined and preprocessed input headers, which is usable as an isolated, standalone test case. -Note that the preprocessor likely removed all comments, so if the bug you're -trying to pin down involves source annotations (for example, `/** <div -rustbindgen opaque> */`), then you will have to manually reapply them to the -preprocessed file. - ### Writing a Predicate Script Writing a `predicate.sh` script for a `bindgen` test case is fairly |