Commit a44a439
committed
fix: Improve integer type consistency and add missing newlines
- Fix integer type inference logic for better semantic consistency
- Non-negative numbers now consistently use unsigned type when parsed as u64
- Eliminates confusing conversion back to signed integers for smaller values
- Add missing newlines at end of Cargo.toml and README.md files
- Improves compatibility with various development tools
- Follows standard file format conventions
These changes improve type safety and code organization consistency.1 parent 1a29455 commit a44a439
3 files changed
Lines changed: 4 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
231 | | - | |
| 231 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
| 142 | + | |
| 143 | + | |
147 | 144 | | |
148 | 145 | | |
149 | 146 | | |
| |||
0 commit comments