rust-lang / rust-playground

The Rust Playground
https://play.rust-lang.org/
Apache License 2.0
1.24k stars 207 forks source link

fix: use kebab-case as underscores are not allowed in edition 2024 #1056

Closed weihanglo closed 5 months ago

weihanglo commented 5 months ago

The change is compatible. Just prepare for edition 2024 in advance.

See also:

shepmaster commented 5 months ago

Thanks!