summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.