Remove Display impl, better to use Debug

This commit is contained in:
2022-06-13 11:35:08 +02:00
parent 87a64acb83
commit de4b324651
3 changed files with 4 additions and 36 deletions

View File

@@ -4,4 +4,5 @@ Rust port of [TrueSkillThroughTime.py](https://github.com/glandfried/TrueSkillTh
## Todo
- [ ] Change `time` to always be a u64 (or usize)?
- [ ] Add examples (use same TrueSkillThroughTime.py)
- [ ] Change `time` to always be a u64 (or usize?)