From 7424daf3fb976e801dedfff7e8be112bbf7d056b Mon Sep 17 00:00:00 2001 From: Michael Graf Date: Tue, 20 Feb 2024 14:19:52 -0600 Subject: [PATCH] Update user-defined-types/exercise.md Allow us to edit so we can complete the exercise :) --- src/user-defined-types/exercise.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/user-defined-types/exercise.md b/src/user-defined-types/exercise.md index 3918b9a69aa..4377ceb3946 100644 --- a/src/user-defined-types/exercise.md +++ b/src/user-defined-types/exercise.md @@ -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 }