chore(tvix/eval): remove dead comment
Change-Id: Icedb7f272e5067569b8dbf1c2d8b0fdd352b8e12 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7936 Tested-by: BuildkiteCI Autosubmit: tazjin <tazjin@tvl.su> Reviewed-by: flokli <flokli@flokli.de>
This commit is contained in:
		
							parent
							
								
									54b4fb8b16
								
							
						
					
					
						commit
						1028aff105
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -27,7 +27,7 @@ impl Default for Parameters {
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
impl Arbitrary for NixAttrs {
 | 
					impl Arbitrary for NixAttrs {
 | 
				
			||||||
    type Parameters = Parameters; // <BTreeMap<NixString, Value> as Arbitrary>::Parameters;
 | 
					    type Parameters = Parameters;
 | 
				
			||||||
    type Strategy = BoxedStrategy<Self>;
 | 
					    type Strategy = BoxedStrategy<Self>;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    fn arbitrary_with(args: Self::Parameters) -> Self::Strategy {
 | 
					    fn arbitrary_with(args: Self::Parameters) -> Self::Strategy {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue