mirror of
https://github.com/nushell/nushell.git
synced 2025-05-04 10:04:27 +02:00
code cleanup of *eval.rs* I was reviewing the engine code and noticed this... The *eval_element_with_input* method in eval.rs does not need to be public at the moment because no one is calling it... @jntrnr is making this method not public going to block someone in the future who might need it ? Right now its not being used so I decided to tighten up the API a bit... |
||
---|---|---|
.. | ||
call_ext.rs | ||
column.rs | ||
documentation.rs | ||
env.rs | ||
eval.rs | ||
glob_from.rs | ||
lib.rs | ||
scope.rs |