Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
jdonszelmann committed Sep 15, 2023
1 parent f4f8255 commit 1495ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ringbuffer_trait.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ pub unsafe trait RingBuffer<T>:
#[doc(hidden)]
unsafe fn ptr_capacity(rb: *const Self) -> usize;

/// Raw pointer version of buffer_size.
/// Raw pointer version of `buffer_size`.
///
/// # Safety
/// ONLY SAFE WHEN self is a *mut to to an implementor of `RingBuffer`
Expand Down

1 comment on commit 1495ba5

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.