From 7ceeb81e610c9e44d64d2072a8ad0e7ca88ff424 Mon Sep 17 00:00:00 2001 From: Ben <Ben2917@users.noreply.github.com> Date: Fri, 3 Nov 2023 20:45:40 +0000 Subject: [PATCH] chore: resolve missing parentheses in comment --- src/exercise.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/exercise.rs b/src/exercise.rs index 2465a4e1..2d8a6257 100644 --- a/src/exercise.rs +++ b/src/exercise.rs @@ -55,7 +55,7 @@ pub struct Exercise { pub name: String, // The path to the file containing the exercise's source code pub path: PathBuf, - // The mode of the exercise (Test, Compile, Clippy, CrateCompile or CrateTest + // The mode of the exercise (Test, Compile, Clippy, CrateCompile or CrateTest) pub mode: Mode, // The hint text associated with the exercise pub hint: String,