1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-03-22 06:51:58 +02:00

Update user-defined-types/exercise.md (#1835)

Allow us to edit so we can complete the exercise :)
This commit is contained in:
Michael Graf 2024-02-20 16:08:39 -06:00 committed by GitHub
parent c6ef83e512
commit 7fb4ad9ed2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@ This exercise only requires creating and populating data structures so that
`main` runs without errors. The next part of the course will cover getting data
out of these structures.
```rust,should_panic
```rust,editable,should_panic
{{#include exercise.rs:event}}
// TODO: add required variants
}