From 159fe962b2e389dc834bb7e51c66a14cb905015c Mon Sep 17 00:00:00 2001 From: Nick Fitzgerald Date: Mon, 17 Jul 2017 10:21:24 -0700 Subject: Clear up common misconception about RUST_LOG=bindgen --- .github/ISSUE_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index a6be9497..ca168c0d 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -63,8 +63,8 @@ bindings is missing a field that exists in the C/C++ struct, note that here.
``` -Insert debug logging when running bindgen with the `RUST_LOG=bindgen` environment -variable set. +Insert debug logging when running bindgen (not when compiling bindgen's output) +with the `RUST_LOG=bindgen` environment variable set. ```
-- cgit v1.2.3