You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-07-05 06:00:30 +02:00
Update to Rust 2024 edition. (#2658)
This commit is contained in:
@ -137,6 +137,8 @@ function playground_text(playground, hidden = true) {
|
||||
edition = "2018";
|
||||
} else if(classes.contains("edition2021")) {
|
||||
edition = "2021";
|
||||
} else if(classes.contains("edition2024")) {
|
||||
edition = "2024";
|
||||
}
|
||||
var params = {
|
||||
backtrace: true,
|
||||
|
Reference in New Issue
Block a user