diff options
-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 |