Commit 293610a
authored
Modernize Rust codebase: Update to Rust 2024, enhance clippy lints, and general improvements (#1694)
- Update Cargo.toml to Rust 2024 edition with comprehensive metadata
- Add strict clippy configuration with proper priority handling
- Fix chrono deprecation warnings in DateTime and NaiveDate usage
- Replace unwrap() calls with safe pattern matching
- Update dependencies to latest versions
- Enhance Makefile with development targets (check, clippy, fmt, test, clean, help)
- Add comprehensive lint groups for better code quality enforcement
- Maintain backward compatibility while modernizing codebase1 parent 036c2e2 commit 293610a
File tree
7 files changed
+697
-364
lines changed- data/render
- src
7 files changed
+697
-364
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
2 | 18 | | |
3 | 19 | | |
4 | 20 | | |
5 | | - | |
6 | 21 | | |
7 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
0 commit comments