MAJOR refactoring

This commit is contained in:
Simon Gardling
2022-05-03 11:50:13 -04:00
parent 8952552eef
commit 13a47ec30b
12 changed files with 243 additions and 218 deletions

View File

@@ -298,7 +298,7 @@ where
.map(|x| {
x.as_ref()
.map(|x_1| x_1.to_string())
.unwrap_or_else(|| "None".to_string())
.unwrap_or_else(|| "None".to_owned())
})
.enumerate()
.map(|(i, x)| {