Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Finomnis committed Dec 7, 2023
1 parent e828ca2 commit 5fdd6b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/lpspi/transfer_actions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ pub(crate) struct ActionSequence<'a> {
_lifetimes: PhantomData<&'a [u8]>,
}

pub(crate) trait BufferType: Copy + 'static {
pub trait BufferType: Copy + 'static {
fn byte_order() -> ByteOrder;
}

Expand Down

0 comments on commit 5fdd6b2

Please sign in to comment.