From d3ecef1a5b35d1a5a78ddba218fae89553c12ee5 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Sat, 9 Dec 2023 13:09:20 +0200 Subject: refactor(tvix/eval): address clippy lints Change-Id: Ic2bd4e8291b30ceac9fa0e88a4f56e61ae99b603 Reviewed-on: https://cl.tvl.fyi/c/depot/+/10227 Reviewed-by: tazjin Autosubmit: flokli Tested-by: BuildkiteCI --- tvix/eval/builtin-macros/tests/tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tvix/eval/builtin-macros/tests') diff --git a/tvix/eval/builtin-macros/tests/tests.rs b/tvix/eval/builtin-macros/tests/tests.rs index 4713743e52..288b6670e1 100644 --- a/tvix/eval/builtin-macros/tests/tests.rs +++ b/tvix/eval/builtin-macros/tests/tests.rs @@ -15,7 +15,7 @@ mod builtins { } #[builtin("tryEval")] - pub async fn builtin_try_eval(co: GenCo, #[lazy] _x: Value) -> Result { + pub async fn builtin_try_eval(_co: GenCo, #[lazy] _x: Value) -> Result { unimplemented!("builtin is never called") } } -- cgit 1.4.1