mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-01-30 00:00:03 +03: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…
Reference in a new issue