Skip to content

Commit 159fe96

Browse files
committed
Clear up common misconception about RUST_LOG=bindgen
1 parent c29e5bc commit 159fe96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ bindings is missing a field that exists in the C/C++ struct, note that here.
6363
<details>
6464

6565
```
66-
Insert debug logging when running bindgen with the `RUST_LOG=bindgen` environment
67-
variable set.
66+
Insert debug logging when running bindgen (not when compiling bindgen's output)
67+
with the `RUST_LOG=bindgen` environment variable set.
6868
```
6969

7070
</details>

0 commit comments

Comments
 (0)