From 7fb4ad9ed29da6a2281717a0fbd8722758880765 Mon Sep 17 00:00:00 2001 From: Michael Graf Date: Tue, 20 Feb 2024 16:08:39 -0600 Subject: [PATCH] Update user-defined-types/exercise.md (#1835) 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 3918b9a6..4377ceb3 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 }