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:
ad80e43
)
shapelib: Remove now-needless type annotation
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Fri, 13 May 2022 23:04:29 +0000
(
00:04
+0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Fri, 13 May 2022 23:09:03 +0000
(
00:09
+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 3aa1a917342a2b54e6ce0474202a15b47cadee4f..393de394d906a0fcc506a62f8c0c49129c871c17 100644
(file)
--- a/
src/shapelib.rs
+++ b/
src/shapelib.rs
@@
-970,7
+970,7
@@
impl Catalogue {
itemname: (**k).to_owned(),
sortkey: loaded.sortkey().map(|s| s.to_owned()),
f0bbox,
- f0desc:
PieceTrait::describe_html(&*loaded,
&gpc, &default())?,
+ f0desc:
loaded.describe_html(
&gpc, &default())?,
};
out.push(ier);
}