use String::new() instead

This commit is contained in:
Simon Gardling 2022-03-03 00:20:26 -05:00
parent da091c8174
commit d63acbe5b9

View File

@ -279,7 +279,7 @@ impl MathApp {
); );
} }
} else { } else {
function.func_str = "".to_string(); function.func_str = String::new();
} }
} }