diff options
-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> |