about summary refs log tree commit diff
path: root/tvix/eval/src/builtins/mod.rs
diff options
context:
space:
mode:
authorAdam Joseph <adam@westernsemico.com>2022-10-14T01·47-0700
committerAdam Joseph <adam@westernsemico.com>2022-10-14T09·18+0000
commitf868e730befb174b500c9e7325be9b931474bd5d (patch)
treeec3ce866b64c1a339f79dd1bc2f9636accdec402 /tvix/eval/src/builtins/mod.rs
parent91ad5b825ba33d5dbb792d24073dbe77dbc62773 (diff)
feat(tvix/eval): eliminate the only `unsafe` in the codebase r/5129
Maybe I misunderstood this part of the code, but the use of `unsafe`
appears unnecessary here?  In any event it is the one and only
`unsafe` in the codebase.

Hopefully getting to "no `unsafe` anywhere" is worth the extra
never-taken branch caused by unwrap() instead of unwrap_unchecked()?

Signed-off-by: Adam Joseph <adam@westernsemico.com>
Change-Id: I33fbd5aad9d8307ea82c24b6220412783e1973c6
Reviewed-on: https://cl.tvl.fyi/c/depot/+/7011
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions