diff options
| author | mo8it <mo8it@proton.me> | 2024-05-13 22:02:45 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-05-13 22:02:45 +0200 |
| commit | a67e63cce0443a2a289fdfc275a41cff704cd35e (patch) | |
| tree | 2956d711eec899fd23a947d3f334a3bd6bd62a8e /src/exercise.rs | |
| parent | d48e86b1540dcf649412c088cc50161f3e356e26 (diff) | |
Document info_file
Diffstat (limited to 'src/exercise.rs')
| -rw-r--r-- | src/exercise.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/exercise.rs b/src/exercise.rs index a63c9aa..4bc37cd 100644 --- a/src/exercise.rs +++ b/src/exercise.rs @@ -17,10 +17,9 @@ use crate::{ /// The initial capacity of the output buffer. pub const OUTPUT_CAPACITY: usize = 1 << 14; +/// See `info_file::ExerciseInfo` pub struct Exercise { - /// Directory name. pub dir: Option<&'static str>, - /// Exercise's unique name. pub name: &'static str, /// Path of the exercise file starting with the `exercises/` directory. pub path: &'static str, |
