mirror of
https://github.com/notohh/rustlings.git
synced 2025-08-10 05:13:17 -04:00
Some renamings
This commit is contained in:
parent
99c9ab467b
commit
93f8d1610d
3 changed files with 6 additions and 6 deletions
src
|
@ -41,11 +41,11 @@ pub enum Mode {
|
|||
}
|
||||
|
||||
#[derive(Deserialize)]
|
||||
pub struct ExerciseList {
|
||||
pub struct InfoFile {
|
||||
pub exercises: Vec<Exercise>,
|
||||
}
|
||||
|
||||
impl ExerciseList {
|
||||
impl InfoFile {
|
||||
pub fn parse() -> Result<Self> {
|
||||
// Read a local `info.toml` if it exists.
|
||||
// Mainly to let the tests work for now.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue