Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove destructuring assignment for compatibility with Rust 1.58.1 (#21)
* Avoid destructuring assignment for old rustc compatibility. This syntax was stablized in Rust 1.59.0. Avoid it for now to support projects with an older minimum-supported rust version. * github actions: Test against rust 1.58.1 as MSRV Build against an old release so there's notification when new code requires a more recent toolchain. This helps enforce a Minimum Supported Rust Version policy.
- Loading branch information