Skip to content
Snippets Groups Projects
Commit 76c06c49 authored by thibault.capt's avatar thibault.capt
Browse files

update

parent 342948f5
Branches
No related tags found
No related merge requests found
/// Structure représentant un entraînement /// Structure représentant un entraînement
#[derive(Clone, Debug)] #[derive(Clone)]
pub struct Training { pub struct Training {
/// Nom de l'entraînement /// Nom de l'entraînement
pub name: String, pub name: String,
...@@ -44,7 +44,6 @@ impl Training { ...@@ -44,7 +44,6 @@ impl Training {
location: location.to_string(), location: location.to_string(),
duration, duration,
participants: participants.to_string() participants: participants.to_string()
//participants: participants.iter().map(ToString::to_string).collect(),
} }
} }
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment