summaryrefslogtreecommitdiffstats
path: root/openpgp/README.md
diff options
context:
space:
mode:
authorWiktor Kwapisiewicz <wiktor@metacode.biz>2020-09-18 10:47:48 +0200
committerWiktor Kwapisiewicz <wiktor@metacode.biz>2020-09-22 09:24:06 +0200
commit6c12cbcf9d1396ec8028ea3f17430e3d20c3c89f (patch)
treef1a586b1d750fca987ff0743493fb712edb53418 /openpgp/README.md
parent7800ca989a13bf38aaaae63c1d28e005003a67df (diff)
openpgp: Remove `quickcheck` feature.
- Adjust code to test for `cfg(test)` only, - Remove `quickcheck` and `rand` from dependencies so that they stay only in dev-dependencies, - Remove mention of `x-quickcheck` feature from the documentation, - Fixes #545.
Diffstat (limited to 'openpgp/README.md')
-rw-r--r--openpgp/README.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/openpgp/README.md b/openpgp/README.md
index 14a846eb..6fc50577 100644
--- a/openpgp/README.md
+++ b/openpgp/README.md
@@ -81,15 +81,6 @@ algorithms, `compression-deflate` to enable *DEFLATE* and *zlib*
compression support, and `compression-bzip2` to enable *bzip2*
support.
-## Testing, debugging, and fuzzing
-
-Sequoia uses [`quickcheck`] in tests. To use it as a downstream user,
-enable the `x-quickcheck` feature (this feature will be called just
-`quickcheck` once [this feature] is implemented).
-
-[`quickcheck`]: https://docs.rs/quickcheck
-[this feature]: https://github.com/rust-lang/cargo/issues/5565
-
# Minimum Supported Rust Version (MSRV)
`sequoia-openpgp` requires Rust 1.46.0.