From c5bcc5025a801f9c3b60715675ca86a70a72d98a Mon Sep 17 00:00:00 2001 From: Stuart Stock Date: Sat, 24 Mar 2018 16:33:06 -0500 Subject: [PATCH] Update readme --- README.md | 2 -- 1 file changed, 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.