This commit is contained in:
Simon Gardling
2022-03-30 08:50:04 -04:00
parent a612aa1fbf
commit e9ba5b43b4
8 changed files with 80 additions and 148 deletions

View File

@@ -704,7 +704,7 @@ impl epi::App for MathApp {
.map(|ele| ele.as_ref().unwrap())
.for_each(|ele| {
ui.heading(
&(&format!("(Function #{}) {}\n", ele.0, ele.1)).to_string(),
format!("(Function #{}) {}\n", ele.0, ele.1),
);
})
});