Closed partim closed 5 months ago
This PR upgrades the codebase to Rust edition 2021.
This mostly just means removing a number of use statements for TryFrom and TryInto. There are no actual code changes.
TryFrom
TryInto
This PR upgrades the codebase to Rust edition 2021.
This mostly just means removing a number of use statements for
TryFrom
andTryInto
. There are no actual code changes.