Skip to content

Commit 7c0bd13

Browse files
committed
Apply suggestions from clippy 1.86
1 parent 104cdc7 commit 7c0bd13

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/lib.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
3737
//! - `serde`: Enable serialization/deserialization via [serde].
3838
//! - `rkyv`: Deprecated, use the `rkyv-*` features.
3939
//! - `rkyv-16`: Enable serialization/deserialization via [rkyv],
40-
//! using 16-bit integers for integral `*size` types.
40+
//! using 16-bit integers for integral `*size` types.
4141
//! - `rkyv-32`: Enable serialization/deserialization via [rkyv],
42-
//! using 32-bit integers for integral `*size` types.
42+
//! using 32-bit integers for integral `*size` types.
4343
//! - `rkyv-64`: Enable serialization/deserialization via [rkyv],
44-
//! using 64-bit integers for integral `*size` types.
44+
//! using 64-bit integers for integral `*size` types.
4545
//! - `rkyv-validation`: Enable rkyv validation support using `bytecheck`.
4646
//! - `arbitrary`: Construct arbitrary instances of a type with the Arbitrary crate.
4747
//! - `unstable-locales`: Enable localization. This adds various methods with a `_localized` suffix.

0 commit comments

Comments
 (0)