use borrows for hints

This commit is contained in:
Simon Gardling
2022-04-07 10:32:52 -04:00
parent 3df2c166b1
commit 3521ff3a13
3 changed files with 24 additions and 27 deletions

View File

@@ -58,7 +58,7 @@ pub struct FunctionEntry {
extrema_data: Vec<Value>,
roots_data: Vec<Value>,
autocomplete: AutoComplete,
autocomplete: AutoComplete<'static>,
test_result: Option<String>,
}