Skip to content

Commit

Permalink
fixing clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-summers committed Aug 28, 2024
1 parent e81a577 commit 762ba38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions serial-settings/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -600,11 +600,11 @@ impl<'a, P: Platform<Y>, const Y: usize> Runner<'a, P, Y> {
///
/// # Args
/// * `platform` - The platform associated with the serial settings, providing the necessary
/// context and API to manage device settings.
/// context and API to manage device settings.
/// * `line_buf` - A buffer used for maintaining the serial menu input line. It should be at
/// least as long as the longest user input.
/// least as long as the longest user input.
/// * `serialize_buf` - A buffer used for serializing and deserializing settings. This buffer
/// needs to be at least as big as twice the biggest serialized setting plus its path.
/// needs to be at least as big as twice the biggest serialized setting plus its path.
pub fn new(
platform: P,
line_buf: &'a mut [u8],
Expand Down

0 comments on commit 762ba38

Please sign in to comment.