Rust 2024
Switch from Rust 2021 to Rust 2024.
- See https://doc.rust-lang.org/edition-guide/rust-2024/.
- Regarding the added bound
use<>, see https://blog.rust-lang.org/2024/09/05/impl-trait-capture-rules/. - Reformat code with
rustfmt, now that the edition changed from Rust 2021 to Rust 2024.
Switch from Rust 2021 to Rust 2024.
- See https://doc.rust-lang.org/edition-guide/rust-2024/.
- Regarding the added bound
use<>, see https://blog.rust-lang.org/2024/09/05/impl-trait-capture-rules/. - Reformat code with
rustfmt, now that the edition changed from Rust 2021 to Rust 2024.
Minimize changes in review builder.