Commit 327efdc
authored
remove unused deps, force newer syn, some lint fixes (#1095)
* chore(deps): remove unused dep from csharp bindgen
Signed-off-by: Victor Adossi <[email protected]>
* chore(deps): remove unused dep from moonbit bindgen
Signed-off-by: Victor Adossi <[email protected]>
* chore(deps): remove unused dep from markdown bindgen
Signed-off-by: Victor Adossi <[email protected]>
* chore(deps): update syn dep to avoid regression
This commit addresses the regression noted upstream in `proc-macro2`
by way of `syn` (see dtolnay/proc-macro2 #484)
Signed-off-by: Victor Adossi <[email protected]>
* chore(csharp): fix some lint warnings in csharp bindgen
Signed-off-by: Victor Adossi <[email protected]>
---------
Signed-off-by: Victor Adossi <[email protected]>1 parent d92b53b commit 327efdc
File tree
6 files changed
+8
-13
lines changed- crates
- csharp
- src
- markdown
- moonbit
6 files changed
+8
-13
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| 127 | + | |
127 | 128 | | |
128 | 129 | | |
129 | 130 | | |
| |||
198 | 199 | | |
199 | 200 | | |
200 | 201 | | |
| 202 | + | |
201 | 203 | | |
202 | 204 | | |
203 | 205 | | |
| |||
2691 | 2693 | | |
2692 | 2694 | | |
2693 | 2695 | | |
2694 | | - | |
| 2696 | + | |
2695 | 2697 | | |
2696 | 2698 | | |
2697 | 2699 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | 17 | | |
20 | 18 | | |
21 | 19 | | |
| |||
0 commit comments