From 22ed59fabd8714279b4538783ca2fb23b28b15a0 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Wed, 21 Dec 2022 16:09:17 +0300 Subject: chore(tvix/eval): fix a broken comment Change-Id: I0a6edb51685f94d4712089ae805170da3fb7faae Reviewed-on: https://cl.tvl.fyi/c/depot/+/7609 Reviewed-by: grfn Autosubmit: tazjin Tested-by: BuildkiteCI --- tvix/eval/src/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'tvix/eval') diff --git a/tvix/eval/src/lib.rs b/tvix/eval/src/lib.rs index 17dff94203..d8620a145e 100644 --- a/tvix/eval/src/lib.rs +++ b/tvix/eval/src/lib.rs @@ -131,7 +131,6 @@ pub struct EvaluationResult { impl<'code, 'co, 'ro> Evaluation<'code, 'co, 'ro> { /// Initialise an `Evaluation` for the given Nix source code snippet, and /// an optional code location. - /// reporting the location of errors in the code. pub fn new(code: &'code str, location: Option) -> Self { let source_map = SourceCode::new(); -- cgit 1.4.1