Skip to content

Commit b56edd0

Browse files
committed
Remove warning about stripped annotations that is now obsolete
1 parent 6187c35 commit b56edd0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -283,11 +283,6 @@ Afterwards, there should be a `__bindgen.i` or `__bindgen.ii` file containing
283283
the combined and preprocessed input headers, which is usable as an isolated,
284284
standalone test case.
285285

286-
Note that the preprocessor likely removed all comments, so if the bug you're
287-
trying to pin down involves source annotations (for example, `/** <div
288-
rustbindgen opaque> */`), then you will have to manually reapply them to the
289-
preprocessed file.
290-
291286
### Writing a Predicate Script
292287

293288
Writing a `predicate.sh` script for a `bindgen` test case is fairly

0 commit comments

Comments
 (0)