From cfa4052244121b66290639fbe859ef1713f89159 Mon Sep 17 00:00:00 2001 From: Nick Fitzgerald Date: Fri, 21 Jul 2017 09:49:38 -0700 Subject: Remove RUST_LOG=bindgen from the issue template Neither Emilio nor I find it helpful, so lets rm -rf --- .github/ISSUE_TEMPLATE.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index ca168c0d..220a7e3a 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,3 +1,5 @@ + + ### Input C/C++ Header ```C++ @@ -57,14 +59,3 @@ Replace this with a description of what you expected instead of the actual results. The more precise, the better! For example, if a struct in the generated bindings is missing a field that exists in the C/C++ struct, note that here. --> - -### `RUST_LOG=bindgen` Output - -
- -``` -Insert debug logging when running bindgen (not when compiling bindgen's output) -with the `RUST_LOG=bindgen` environment variable set. -``` - -
-- cgit v1.2.3