From: Ian Jackson Date: Wed, 23 Sep 2020 00:19:37 +0000 (+0100) Subject: shapelib: wip, compiles, an xxx X-Git-Tag: otter-0.2.0~915 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=621f14f8c9c10c59387f3f0d383be3145a711d66;p=otter.git shapelib: wip, compiles, an xxx Signed-off-by: Ian Jackson --- 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 } }