From 568269102e29ea413c525d40d68a54bee18e517a Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 11 Jan 2021 00:21:35 +0000 Subject: [PATCH] otterlib: wip preview Signed-off-by: Ian Jackson --- src/bin/otterlib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/otterlib.rs b/src/bin/otterlib.rs index 1fd05215..eff1db19 100644 --- a/src/bin/otterlib.rs +++ b/src/bin/otterlib.rs @@ -36,7 +36,7 @@ fn preview(items: Vec) { spec.clone().load() .with_context(|| format!("{:?}", &spec)) }) - .collect::>,AE>>()?; + .collect::,_>>()?; dbg!(&pieces); } -- 2.30.2