Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
robertbastian committed Aug 3, 2023
1 parent 478682f commit a025aa5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions provider/core/src/serde/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pub struct DeserializingBufferProvider<'a, P: ?Sized>(&'a P);
pub trait AsDeserializingBufferProvider {
/// Wrap this [`BufferProvider`] in a [`DeserializingBufferProvider`].
///
/// This requires requires enabling the deserialization Cargo feature
/// This requires enabling the deserialization Cargo feature
/// for the expected format(s):
///
/// - `deserialize_json`
Expand All @@ -45,7 +45,7 @@ where
{
/// Wrap this [`BufferProvider`] in a [`DeserializingBufferProvider`].
///
/// This requires requires enabling the deserialization Cargo feature
/// This requires enabling the deserialization Cargo feature
/// for the expected format(s):
///
/// - `deserialize_json`
Expand Down Expand Up @@ -104,7 +104,7 @@ impl DataPayload<BufferMarker> {
/// Deserialize a [`DataPayload`]`<`[`BufferMarker`]`>` into a [`DataPayload`] of a
/// specific concrete type.
///
/// This requires requires enabling the deserialization Cargo feature
/// This requires enabling the deserialization Cargo feature
/// for the expected format(s):
///
/// - `deserialize_json`
Expand Down Expand Up @@ -158,7 +158,7 @@ where
{
/// Converts a buffer into a concrete type by deserializing from a supported buffer format.
///
/// This requires requires enabling the deserialization Cargo feature
/// This requires enabling the deserialization Cargo feature
/// for the expected format(s):
///
/// - `deserialize_json`
Expand Down Expand Up @@ -191,7 +191,7 @@ where
{
/// Converts a buffer into a concrete type by deserializing from a supported buffer format.
///
/// This requires requires enabling the deserialization Cargo feature
/// This requires enabling the deserialization Cargo feature
/// for the expected format(s):
///
/// - `deserialize_json`
Expand Down

0 comments on commit a025aa5

Please sign in to comment.