Commit 376b1b5
committed
Reorder __private exports and formatting fixes
Minor cleanup across crates: in crates/rustapi-rs/src/lib.rs the __private module re-exports were reordered to export async_trait before re-exporting rustapi_core::__private::* to clarify export order. In crates/rustapi-macros/src/lib.rs small formatting tweaks were applied (collapse crate_name branch to a single line and wrap the generate_rule_validation call) to improve readability.1 parent ce73a92 commit 376b1b5
2 files changed
+4
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
986 | 986 | | |
987 | 987 | | |
988 | 988 | | |
989 | | - | |
990 | | - | |
991 | | - | |
| 989 | + | |
992 | 990 | | |
993 | 991 | | |
994 | 992 | | |
| |||
1526 | 1524 | | |
1527 | 1525 | | |
1528 | 1526 | | |
1529 | | - | |
| 1527 | + | |
| 1528 | + | |
1530 | 1529 | | |
1531 | 1530 | | |
1532 | 1531 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
74 | 73 | | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
0 commit comments