From 4510291d6d9036406c00b3d8fe4f052c1cfd407e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johanna=20S=C3=B6rng=C3=A5rd?= <44257381+JSorngard@users.noreply.github.com> Date: Tue, 7 May 2024 14:16:05 +0200 Subject: [PATCH] Remove mention of alloc feature --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 9be577e..918fa83 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,6 @@ and more! ## Features `std`: derives the `Error` trait for the error types. -`alloc`: enables conversion of the type returned by `primes_geq` and `primes_lt` into `Vec`s and `Box`ed slices. ## License