summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorStuart Stock <stuart@int08h.com>2018-03-24 16:33:06 -0500
committerStuart Stock <stuart@int08h.com>2018-03-24 16:33:06 -0500
commitc5bcc5025a801f9c3b60715675ca86a70a72d98a (patch)
tree2a2a92c644627d6f1c7ad9281e494fc0047cf843 /README.md
parentae969615e63dd23ae7ca2c67544a79cbbeab98b8 (diff)
downloadroughenough-c5bcc5025a801f9c3b60715675ca86a70a72d98a.zip
Update readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index f4a444a..5c181d6 100644
--- a/README.md
+++ b/README.md
@@ -96,8 +96,6 @@ Roughtime features not implemented by the server:
Other notes:
-* Error-handling needs a closer examination to verify the `unwrap()`'s and `expect()`'s present
- in the request handling path are for truly exceptional conditions.
* Per-request heap allocations could probably be reduced: a few `Vec`'s could be replaced by
lifetime scoped slices.