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:
9dc5b34
)
formatting, some from rustfmt (manually picked)
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 6 Dec 2020 01:30:25 +0000
(
01:30
+0000)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 6 Dec 2020 01:30:25 +0000
(
01:30
+0000)
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 8691e35a737aec0e787405fa24b8f69ff3af91a1..7b00c38df4f929f37abcf93b4643a9615d6a489d 100644
(file)
--- a/
src/shapelib.rs
+++ b/
src/shapelib.rs
@@
-165,8
+165,8
@@
pub struct ItemEnquiryData {
#[typetag::serde(name="Lib")]
impl Outline for Item { delegate! { to self.outline {
- fn surround_path(&self, pri
: &PieceRenderInstructions) -> Result<Html, IE>;
- fn thresh_dragraise(&self, pri
: &PieceRenderInstructions)
+ fn surround_path(&self, pri: &PieceRenderInstructions) -> Result<Html, IE>;
+ fn thresh_dragraise(&self, pri: &PieceRenderInstructions)
-> Result<Option<Coord>, IE>;
fn bbox_approx(&self) -> [Pos; 2];
}}}