summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2019-03-15 16:38:21 +0100
committerMatthias Beyer <mail@beyermatthias.de>2019-03-15 16:38:21 +0100
commitecd57a933674231da4a1f27c970d98a5ea6ecf7a (patch)
tree2c15016d34e0c32281b570e2f2abd9560bed637d
parent228e93934396d1715741f6d06fb623930124998c (diff)
Revert "Add vacation notice"
This reverts commit 1d27234ebe1d7e53292665a935edfba45fbe4b8b. Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--README.md11
1 files changed, 0 insertions, 11 deletions
diff --git a/README.md b/README.md
index e305c14..6974b17 100644
--- a/README.md
+++ b/README.md
@@ -27,17 +27,6 @@ assert_eq!(a.filter(&21), true);
For more examples have a look at the tests in `./src/filters.rs`.
-# Vacation notice
-
-**Notice:** I, the author of filters, will be on vacation from mid-May 2018
-until early 2019. I hope I can continue develop filters during that time, but I
-cannot guarantee that. I hope I can continue development of filters after that
-and I certainly plan to do so.
-
-@TheNeikos as commit rights to this repository and will respond to issues and
-PRs.
-
-
# License
filters - A crate to build predicates/filters with the builder pattern