Commit c894a58
committed
internal: add
`syn` makes parsing Rust from proc-macros a lot simpler. `pin-init` has
not used `syn` up until now, because the Linux kernel does not support
using it. Since that changes now, we can finally utilize the added
ergonomics of parsing proc-macro input with `syn`.
Signed-off-by: Benno Lossin <lossin@kernel.org>syn dependency1 parent bd3d30b commit c894a58
3 files changed
+20
-6
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some 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 | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
0 commit comments