Skip to content

Commit 2b7edab

Browse files
committed
Format the feature note
1 parent 7e2a32f commit 2b7edab

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@ and more!
103103

104104
## Features
105105

106-
`fast_test`: significantly speed up primality testing by depending on [`machine-prime`](https://crates.io/crates/machine_prime). Raises the MSRV to 1.84.0.
106+
`fast_test`: significantly speed up primality testing by depending on [`machine-prime`](https://crates.io/crates/machine_prime).
107+
Raises the MSRV to 1.84.0.
107108

108109
`serde`: derives the `Serialize` and `Deserialize` traits from [`serde`](https://crates.io/crates/serde)
109110
for the `Primes` struct, as well as a few others.

src/lib.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@
9191
//!
9292
//! # Features
9393
//!
94-
//! `fast_test`: Significantly speed up the [`is_prime`] function by depending on the [`machine_prime`] crate. Raises the MSRV to 1.84.0.
94+
//! `fast_test`: Significantly speed up the [`is_prime`] function by depending on the [`machine_prime`] crate.
95+
//! Raises the MSRV to 1.84.0.
9596
//!
9697
//! `serde`: derives the [`Serialize`](serde::Serialize) and [`Deserialize`](serde::Deserialize) traits from the [`serde`] crate for the [`Primes`] struct, as well as a few others.
9798
//! Uses the [`serde_arrays`](https://docs.rs/serde_arrays/0.1.0) crate to do this, and that crate uses the standard library.

0 commit comments

Comments
 (0)