From b56edd0e7facc8578381e13b2287972186b75db8 Mon Sep 17 00:00:00 2001 From: Nick Fitzgerald Date: Mon, 17 Jul 2017 10:08:40 -0700 Subject: Remove warning about stripped annotations that is now obsolete --- CONTRIBUTING.md | 5 ----- 1 file changed, 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, `/**
*/`), 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 -- cgit v1.2.3