refactor(tvix/eval): remove usage of lazy_static
Equivalent logic is now in the standard library, and this dependency is no longer needed for eval. Change-Id: Iaa4410d89fdaa5b84cbd9e6bc6ae479c659d92f2 Reviewed-on: https://cl.tvl.fyi/c/depot/+/12602 Autosubmit: tazjin <tazjin@tvl.su> Reviewed-by: edef <edef@edef.eu> Tested-by: BuildkiteCI
This commit is contained in:
parent
b7a6fc2812
commit
b21cb11b7f
6 changed files with 26 additions and 38 deletions
|
|
@ -15555,10 +15555,6 @@ rec {
|
|||
name = "itertools";
|
||||
packageId = "itertools 0.12.1";
|
||||
}
|
||||
{
|
||||
name = "lazy_static";
|
||||
packageId = "lazy_static";
|
||||
}
|
||||
{
|
||||
name = "lexical-core";
|
||||
packageId = "lexical-core";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue