Closed patrix252 closed 2 weeks ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 4.9%. Comparing base (
784ff20
) to head (8ed740f
). Report is 2 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Thank you very much and congrats with the first time contribution!
Re cargo fmt
, this is a new nightly version which once again changed rules with no notice. I will fix it by using edition_style
new option in cargofmt.toml
and will ask you to rebase after.
I have merged fmt
changes and now you can just skip formatting commit. After that I will be able to merge this PR. Thank you!
This PR adds some simple tests to check that string round-trip conversion of all objects implementing
from_str
works fine.In addition, I've also formatted the code with
cargo +nightly fmt --all
.