Run cargo fix
stevefan1999-personal opened this issue · 2 comments
stevefan1999-personal commented
I see there are a lot of warnings. Have you considered running cargo fix
?
xfbs commented
I pushed some code yesterday to take care of some warnings (they were there because I had imported some traits but forgot to impl
them), but some remain.
Also some missing documentation in places.
xfbs commented
I've squashed pretty much all warnings! Some missing in tests/string.rs
. Will close this for now.