summaryrefslogtreecommitdiff
path: root/src/exercise.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/exercise.rs')
-rw-r--r--src/exercise.rs3
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,