snix/tvix/eval/src/value
Vincent Ambo 71174f6626 fix(tvix/eval): fix current clippy warnings
It's been a while since the last time, so quite a lot of stuff has
accumulated here.

Change-Id: I0762827c197b30a917ff470fd8ae8f220f6ba247
Reviewed-on: https://cl.tvl.fyi/c/depot/+/7597
Reviewed-by: grfn <grfn@gws.fyi>
Autosubmit: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
2022-12-25 18:25:06 +00:00
..
attrs feat(tvix/eval): add EvalIO to public crate API 2022-12-21 22:37:11 +00:00
arbitrary.rs refactor(tvix/eval): Encapsulate Value::Attrs construction 2022-10-08 19:02:25 +00:00
attrs.rs fix(tvix/eval): fix current clippy warnings 2022-12-25 18:25:06 +00:00
builtin.rs feat(tvix/eval): Add docstrings as documentation for builtins 2022-11-08 13:42:37 +00:00
function.rs fix(tvix/eval): fix current clippy warnings 2022-12-25 18:25:06 +00:00
list.rs feat(tvix/eval): From<Rc<Vec<Value>>> for NixList 2022-11-30 10:44:19 +00:00
mod.rs fix(tvix/eval): fix current clippy warnings 2022-12-25 18:25:06 +00:00
path.rs refactor(tvix/eval): factor out all calls to canon_path 2022-10-13 09:07:47 +00:00
string.rs fix(tvix/eval): fix current clippy warnings 2022-12-25 18:25:06 +00:00
thunk.rs fix(tvix/eval): fix current clippy warnings 2022-12-25 18:25:06 +00:00