From 1028aff105dfda292698d023594f2ac8498c0851 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 27 Jan 2023 01:46:40 +0300 Subject: chore(tvix/eval): remove dead comment Change-Id: Icedb7f272e5067569b8dbf1c2d8b0fdd352b8e12 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7936 Tested-by: BuildkiteCI Autosubmit: tazjin Reviewed-by: flokli --- tvix/eval/src/value/arbitrary.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tvix/eval/src') diff --git a/tvix/eval/src/value/arbitrary.rs b/tvix/eval/src/value/arbitrary.rs index f0bdc06fd5..b00fdbd21d 100644 --- a/tvix/eval/src/value/arbitrary.rs +++ b/tvix/eval/src/value/arbitrary.rs @@ -27,7 +27,7 @@ impl Default for Parameters { } impl Arbitrary for NixAttrs { - type Parameters = Parameters; // as Arbitrary>::Parameters; + type Parameters = Parameters; type Strategy = BoxedStrategy; fn arbitrary_with(args: Self::Parameters) -> Self::Strategy { -- cgit 1.4.1