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:
4f72257
)
done
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Wed, 14 Oct 2020 00:30:42 +0000
(
01:30
+0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Wed, 14 Oct 2020 00:30:42 +0000
(
01:30
+0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
src/api.rs
patch
|
blob
|
history
diff --git
a/src/api.rs
b/src/api.rs
index 233132956ad11ca6b6ad3df732323a9ef2e85051..3c99c8f5aabc3b665ae0a725741e60d19f40c2f9 100644
(file)
--- a/
src/api.rs
+++ b/
src/api.rs
@@
-199,8
+199,6
@@
struct ApiPieceWrest {
#[throws(OE)]
fn api_wrest(form : Json<ApiPiece<ApiPieceWrest>>)
-> impl response::Responder<'static> {
- // xxx wresting does not seem to work, maybe client isn't doing it?
- // ony for held pieces; works for pinned ones
// xxx pinning should send to back
api_piece_op(form)
}