From 621f14f8c9c10c59387f3f0d383be3145a711d66 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 23 Sep 2020 01:19:37 +0100 Subject: [PATCH] shapelib: wip, compiles, an xxx Signed-off-by: Ian Jackson --- src/shapelib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shapelib.rs b/src/shapelib.rs index d5bbe8e6..a00af892 100644 --- a/src/shapelib.rs +++ b/src/shapelib.rs @@ -206,7 +206,7 @@ impl ItemSpec { let faces = index_vec![ face ]; let it = Item { faces, descs, outline, desc_hidden }; Box::new(it); - panic!(); + panic!(); //xxx } } -- 2.30.2