Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
diondokter committed Dec 21, 2023
1 parent f70e459 commit 1f72374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/map.rs
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ pub trait StorageItem {

/// Serialize the key-value item into the given buffer.
/// Returns the number of bytes the buffer was filled with or an error.
///
///
/// The serialized data does not have to self-describe its length or do framing.
/// This crate already stores the length of any item in flash.
fn serialize_into(&self, buffer: &mut [u8]) -> Result<usize, Self::Error>;
Expand Down

0 comments on commit 1f72374

Please sign in to comment.