nushell/crates/nu-engine/src
Michael Angerman 2cc4191ec9
engine eval.rs remove pub from fn eval_element_with_input (#10587)
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...
2023-10-02 21:57:21 -07:00
..
call_ext.rs Allow parse-time evaluation of calls, pipelines and subexpressions (#9499) 2023-08-26 16:41:29 +03:00
column.rs Use slices directly instead of &Vec (#10328) 2023-09-12 11:38:20 +08:00
documentation.rs Rename SyntaxShape::Custom to CompleterWrapper (#10548) 2023-09-29 19:22:58 +02:00
env.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
eval.rs engine eval.rs remove pub from fn eval_element_with_input (#10587) 2023-10-02 21:57:21 -07:00
glob_from.rs show the full directory / file path in "directory not found" error (#10430) 2023-09-26 17:38:58 +08:00
lib.rs Allow operator in constants (#10212) 2023-09-05 16:35:58 +02:00
scope.rs Rename SyntaxShape::Custom to CompleterWrapper (#10548) 2023-09-29 19:22:58 +02:00