diff options
author | Florian Klink <flokli@flokli.de> | 2024-10-13T15·05+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2024-10-13T16·34+0000 |
commit | 3c3436d3adbe53ef60577b36167c5ae33010a4f7 (patch) | |
tree | 87be558808ada11006d960dd379da46ac2bdd0ba /tvix/Cargo.nix | |
parent | 15b5bf2003df5fd4a62e47c7ca1f4efbbb5d87cc (diff) |
refactor(tvix/tracing): remove use of lazy_static r/8805
This is now supported in the standard library via std::sync::LazyLock, but requires some manual shuffling around of code. Change-Id: I14bee4068dc73c948321481b5a4e1fc922a89a27 Reviewed-on: https://cl.tvl.fyi/c/depot/+/12611 Tested-by: BuildkiteCI Autosubmit: flokli <flokli@flokli.de> Reviewed-by: tazjin <tazjin@tvl.su>
Diffstat (limited to 'tvix/Cargo.nix')
-rw-r--r-- | tvix/Cargo.nix | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tvix/Cargo.nix b/tvix/Cargo.nix index 8cedc2de7fd6..3dfe08ec7491 100644 --- a/tvix/Cargo.nix +++ b/tvix/Cargo.nix @@ -16179,10 +16179,6 @@ rec { packageId = "indicatif"; } { - name = "lazy_static"; - packageId = "lazy_static"; - } - { name = "opentelemetry"; packageId = "opentelemetry 0.24.0"; optional = true; |