diff options
| author | Adhyan <adhyanpatel@gmail.com> | 2024-09-01 19:03:33 -0600 |
|---|---|---|
| committer | Adhyan <adhyanpatel@gmail.com> | 2024-09-01 19:03:33 -0600 |
| commit | 388f8da97f2ff47011d1bebbf0d153ea85741562 (patch) | |
| tree | 3fc4c1c8f3d710f42f94cb8cb52247c7c246e927 /src/exercise.rs | |
| parent | e1e316b9313bbd5b3865032c97bc4f4cc15a3e0f (diff) | |
removed debug statements
Diffstat (limited to 'src/exercise.rs')
| -rw-r--r-- | src/exercise.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/exercise.rs b/src/exercise.rs index 6806807..11eea63 100644 --- a/src/exercise.rs +++ b/src/exercise.rs @@ -55,7 +55,6 @@ fn run_bin( } /// See `info_file::ExerciseInfo` -#[derive(Debug)] pub struct Exercise { pub dir: Option<&'static str>, pub name: &'static str, |
