mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-01-10 12:49:18 +00:00
chore: resolve missing parentheses in comment
This commit is contained in:
parent
84b1cf8849
commit
7ceeb81e61
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user