mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-02-21 00:00:04 +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,
|
pub name: String,
|
||||||
// The path to the file containing the exercise's source code
|
// The path to the file containing the exercise's source code
|
||||||
pub path: PathBuf,
|
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,
|
pub mode: Mode,
|
||||||
// The hint text associated with the exercise
|
// The hint text associated with the exercise
|
||||||
pub hint: String,
|
pub hint: String,
|
||||||
|
|
Loading…
Reference in a new issue