tvl-depot/tvix/cli/src
Aaqa Ishtyaq 0dcbf5dfb9 chore(tvix/cli): iter instead of into_iter for references
This CL removes calling into_iter on a reference, as it will
not move out it's content into resulting iterator.

Change-Id: Ifcc10b7cf33b98453570cbcec3eb82ffaba2ffcb
Signed-off-by: Aaqa Ishtyaq <aaqaishtyaq@gmail.com>
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8126
Reviewed-by: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
2023-02-16 22:42:14 +00:00
..
.skip-subtree feat(tvix/cli): implement builtins.derivation 2023-01-27 12:21:41 +00:00
derivation.nix feat(tvix/cli): implement builtins.derivation 2023-01-27 12:21:41 +00:00
derivation.rs fix(tvix/cli): keep tracking full paths in known_paths 2023-02-02 23:37:34 +00:00
errors.rs refactor(tvix/cli): use nixhash module for output hash calculation 2023-02-01 15:29:48 +00:00
known_paths.rs chore(tvix/cli): iter instead of into_iter for references 2023-02-16 22:42:14 +00:00
main.rs feat(tvix/cli): implement builtins.derivation 2023-01-27 12:21:41 +00:00
nix_compat.rs feat(tvix/cli): cache imported paths in NixCompatIO 2023-02-02 17:50:44 +00:00
refscan.rs fix(tvix/cli): keep tracking full paths in known_paths 2023-02-02 23:37:34 +00:00