chiark
/
gitweb
/
~ianmdlvl
/
otter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39b2bdc
)
shapelib: wip, compiles, an xxx
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Wed, 23 Sep 2020 00:19:37 +0000
(
01:19
+0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Wed, 23 Sep 2020 00:19:37 +0000
(
01:19
+0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
src/shapelib.rs
patch
|
blob
|
history
diff --git
a/src/shapelib.rs
b/src/shapelib.rs
index d5bbe8e625955a8b9a53429efa4597b5d7a901b7..a00af8925b5841e76f6058a6158bbbc5d22aa19c 100644
(file)
--- 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
}
}