diff options
author | Nick Fitzgerald <fitzgen@gmail.com> | 2017-07-17 10:21:24 -0700 |
---|---|---|
committer | Nick Fitzgerald <fitzgen@gmail.com> | 2017-07-17 10:21:24 -0700 |
commit | 159fe962b2e389dc834bb7e51c66a14cb905015c (patch) | |
tree | 3200c0d0afa07ee7254519c3d3eadb2d658e012f | |
parent | c29e5bc0164c014f355850044749cf24e8f88bea (diff) |
Clear up common misconception about RUST_LOG=bindgen
-rw-r--r-- | .github/ISSUE_TEMPLATE.md | 4 |
1 files 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. <details> ``` -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. ``` </details> |