From 23893e00ba8699eb7c2b913919a76b43dfbb362e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johanna=20S=C3=B6rng=C3=A5rd?= Date: Wed, 8 May 2024 09:22:25 +0200 Subject: [PATCH] Space around header --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index e66d050..b796bd8 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -3,6 +3,7 @@ //! `#![no_std]` compatible. //! //! # Examples +//! //! Generate arrays of prime numbers with the function [`primes`] which uses a //! [segmented sieve of Eratosthenes](https://en.wikipedia.org/wiki/Sieve_of_Eratosthenes#Segmented_sieve): //! ```