Closed connortsui20 closed 6 months ago
Fixes a few rustdoc and clippy warnings.
The only thing that might not be good is my removal of the try_from() and unwrap(), but since it won't type check if the sys type changes I think it's fine.
try_from()
unwrap()
Thank you!
Fixes a few rustdoc and clippy warnings.
The only thing that might not be good is my removal of the
try_from()
andunwrap()
, but since it won't type check if the sys type changes I think it's fine.