Commit 45d057b
committed
rust: init: remove macros.rs
Since all initialization macros have been rewritten using `syn` and
`quote`, the `macros` module does no longer contain any code.
The only thing that is left is documentation that explains the expansion
of the initialization macros. This can now be directly observed in the
source code for the macros (found under `rust/macros`). Since the proc
macro code is much more readable than the declarative macro style.
Thus remove the expanded code.
Signed-off-by: Benno Lossin <benno.lossin@proton.me>1 parent a8dae43 commit 45d057b
2 files changed
+0
-501
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
231 | | - | |
232 | | - | |
233 | 231 | | |
234 | 232 | | |
235 | 233 | | |
| |||
0 commit comments