in case you call a function to get a function, parenthesise it 1 | getFunction () -- getFunction 1 () 1 | (getFunction ()) -- (getFunction ()) 1 |
||
---|---|---|
.. | ||
src | ||
tests | ||
Cargo.toml |
in case you call a function to get a function, parenthesise it 1 | getFunction () -- getFunction 1 () 1 | (getFunction ()) -- (getFunction ()) 1 |
||
---|---|---|
.. | ||
src | ||
tests | ||
Cargo.toml |