Skip to content

Commit 85c063b

Browse files
author
bors-servo
authored
Auto merge of #837 - servo:fitzgen-patch-1, r=emilio
Remove RUST_LOG=bindgen from the issue template Neither Emilio nor I find it helpful, so lets rm -rf
2 parents b51ddf3 + cfa4052 commit 85c063b

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<!-- Thanks for filing a bindgen issue! We appreciate it :-) -->
2+
13
### Input C/C++ Header
24

35
```C++
@@ -57,14 +59,3 @@ Replace this with a description of what you expected instead of the actual
5759
results. The more precise, the better! For example, if a struct in the generated
5860
bindings is missing a field that exists in the C/C++ struct, note that here.
5961
-->
60-
61-
### `RUST_LOG=bindgen` Output
62-
63-
<details>
64-
65-
```
66-
Insert debug logging when running bindgen (not when compiling bindgen's output)
67-
with the `RUST_LOG=bindgen` environment variable set.
68-
```
69-
70-
</details>

0 commit comments

Comments
 (0)