snix/tvix/eval/src/value
Vincent Ambo 87d3fac676 chore(tvix): add missing clippy attributes & config
For cases where clippy lints don't apply to us, or something is
misfiring, add appropriate configuration.

Relates to b/321.

Change-Id: I0af453910b4a4112bf685b2a8e9a73de10ec87ea
Reviewed-on: https://cl.tvl.fyi/c/depot/+/9965
Reviewed-by: flokli <flokli@flokli.de>
Autosubmit: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
2023-11-05 20:28:38 +00:00
..
attrs refactor(tvix/eval): simplify NixString representation(s) 2023-03-13 20:30:59 +00:00
arbitrary.rs refactor(tvix/eval): box PathBuf 2023-03-13 20:30:59 +00:00
attrs.rs refactor(tvix/eval): use IntoIterator trait for owned NixAttrs iter 2023-11-05 20:28:38 +00:00
builtin.rs docs(tvix/eval): fix some broken docstr references 2023-09-22 09:14:33 +00:00
function.rs docs(tvix/eval): fix some broken docstr references 2023-09-22 09:14:33 +00:00
json.rs chore(tvix): fix trivial clippy lints 2023-11-05 20:28:37 +00:00
list.rs chore(tvix): fix trivial clippy lints 2023-11-05 20:28:37 +00:00
mod.rs chore(tvix): add missing clippy attributes & config 2023-11-05 20:28:38 +00:00
path.rs refactor(tvix/eval): factor out all calls to canon_path 2022-10-13 09:07:47 +00:00
string.rs chore(tvix): fix trivial clippy lints 2023-11-05 20:28:37 +00:00
thunk.rs fix(tvix): don't call function eagerly in genList, map & mapAttrs 2023-05-26 22:35:39 +00:00