Commit a102d87
fix: Address minor issues in module system implementation
- Fix unused variable warning in src/parser/helpers.rs:252 with #[allow(unused_variables)]
- Improve documentation in type checker for include statement limitations
- Add detailed comment explaining current type checking behavior and future improvements
Co-authored-by: logbie <logbie@users.noreply.github.com>1 parent 6650c6b commit a102d87
2 files changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
| 252 | + | |
252 | 253 | | |
253 | 254 | | |
254 | 255 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1688 | 1688 | | |
1689 | 1689 | | |
1690 | 1690 | | |
1691 | | - | |
| 1691 | + | |
| 1692 | + | |
| 1693 | + | |
| 1694 | + | |
1692 | 1695 | | |
1693 | 1696 | | |
1694 | 1697 | | |
| |||
0 commit comments