chore: resolve missing parentheses in comment

This commit is contained in:
Ben 2023-11-03 20:45:40 +00:00 committed by GitHub
parent 84b1cf8849
commit 7ceeb81e61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,