Merge remote-tracking branch 'upstream/main' into fix-enum-variant-inconsistency

This commit is contained in:
mo8it
2024-07-05 13:39:50 +02:00
269 changed files with 9826 additions and 7926 deletions
+1 -7
View File
@@ -1,12 +1,6 @@
// enums1.rs
//
// No hints this time! ;)
// I AM NOT DONE
#[derive(Debug)]
enum Message {
// TODO: define a few types of messages as used below
// TODO: Define a few types of messages as used below.
}
fn main() {