From 839c971a0f3ea3d0784fe335ace0b50b05551b7e Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Wed, 10 Apr 2024 14:45:53 +0300 Subject: docs(tvix/eval): remove link to cargo manifest reference 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 Tested-by: BuildkiteCI Reviewed-by: Brian Olsen Autosubmit: flokli --- tvix/eval/Cargo.toml | 2 -- tvix/nix-compat/Cargo.toml | 2 -- 2 files changed, 4 deletions(-) diff --git a/tvix/eval/Cargo.toml b/tvix/eval/Cargo.toml index f77ed2f0bf..677ce6ab85 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 887977dbf4..daa718f436 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"] -- cgit 1.4.1