From 6838dc3fff218a6d7904bb4a5b3c62a2eb3e89fc Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Thu, 21 Dec 2023 17:25:22 +0200 Subject: docs(tvix/glue): fix docstring This is not an unclosed tag. Change-Id: I2bd2426fc600de2d96dbab47743f1c7bd5fed35e Reviewed-on: https://cl.tvl.fyi/c/depot/+/10398 Tested-by: BuildkiteCI Autosubmit: flokli Reviewed-by: edef --- tvix/glue/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tvix/glue/src') diff --git a/tvix/glue/src/lib.rs b/tvix/glue/src/lib.rs index 805f16d04b1e..2b36a0b890bb 100644 --- a/tvix/glue/src/lib.rs +++ b/tvix/glue/src/lib.rs @@ -5,7 +5,7 @@ pub mod tvix_build; pub mod tvix_io; pub mod tvix_store_io; -/// Tell the Evaluator to resolve to the path `/__corepkgs__`, +/// Tell the Evaluator to resolve `` to the path `/__corepkgs__`, /// which has special handling in [tvix_io::TvixIO]. /// This is used in nixpkgs to import `fetchurl.nix` from ``. pub fn configure_nix_path(eval: &mut tvix_eval::Evaluation, nix_search_path: &Option) { -- cgit 1.4.1