diff options
author | Florian Klink <flokli@flokli.de> | 2024-04-10T11·45+0300 |
---|---|---|
committer | flokli <flokli@flokli.de> | 2024-04-13T10·09+0000 |
commit | 839c971a0f3ea3d0784fe335ace0b50b05551b7e (patch) | |
tree | 0a4f965e5c64b3e20e4859b4464b62feb58b48f4 | |
parent | eeca2d92e236f092b4b26512c40362a791a6b307 (diff) |
docs(tvix/eval): remove link to cargo manifest reference r/7895
We don't have it in all Cargo.toml files either. Change-Id: Ifcb333a39603a7e402ab0068e0f0f1b5af769e13 Reviewed-on: https://cl.tvl.fyi/c/depot/+/11388 Reviewed-by: raitobezarius <tvl@lahfa.xyz> Tested-by: BuildkiteCI Reviewed-by: Brian Olsen <me@griff.name> Autosubmit: flokli <flokli@flokli.de>
-rw-r--r-- | tvix/eval/Cargo.toml | 2 | ||||
-rw-r--r-- | tvix/nix-compat/Cargo.toml | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/tvix/eval/Cargo.toml b/tvix/eval/Cargo.toml index f77ed2f0bf04..677ce6ab85be 100644 --- a/tvix/eval/Cargo.toml +++ b/tvix/eval/Cargo.toml @@ -3,8 +3,6 @@ name = "tvix-eval" version = "0.1.0" edition = "2021" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [lib] name = "tvix_eval" diff --git a/tvix/nix-compat/Cargo.toml b/tvix/nix-compat/Cargo.toml index 887977dbf4c2..daa718f43600 100644 --- a/tvix/nix-compat/Cargo.toml +++ b/tvix/nix-compat/Cargo.toml @@ -3,8 +3,6 @@ name = "nix-compat" version = "0.1.0" edition = "2021" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [features] async = ["futures-util", "tokio", "pin-project-lite"] |