Skip to content

Commit

Permalink
more lints
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega committed Dec 14, 2024
1 parent dfc1a38 commit 3a0f5ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallas-codec/src/flat/decode/decoder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pub struct Decoder<'b> {
}

impl<'b> Decoder<'b> {
pub fn new(bytes: &'b [u8]) -> Decoder {
pub fn new(bytes: &'b [u8]) -> Decoder<'b> {
Decoder {
buffer: bytes,
pos: 0,
Expand Down

0 comments on commit 3a0f5ee

Please sign in to comment.