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

update

parent 342948f5
No related branches found
No related tags found
No related merge requests found
/// Structure représentant un entraînement
#[derive(Clone, Debug)]
#[derive(Clone)]
pub struct Training {
/// Nom de l'entraînement
pub name: String,
......@@ -44,7 +44,6 @@ impl Training {
location: location.to_string(),
duration,
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