all: fix clippy lints
This commit is contained in:
parent
3b3293675b
commit
461baa60ef
1 changed files with 1 additions and 1 deletions
|
|
@ -483,7 +483,7 @@ pub unsafe trait DbusType<'a>: Clone + 'a {
|
|||
type Generic<'b>: DbusType<'b> + 'b;
|
||||
|
||||
fn consume_signature(s: &mut &[u8]) -> Result<(), DbusError>;
|
||||
#[expect(dead_code)]
|
||||
#[allow(clippy::allow_attributes, dead_code)]
|
||||
fn write_signature(w: &mut Vec<u8>);
|
||||
fn marshal(&self, fmt: &mut Formatter);
|
||||
fn unmarshal(parser: &mut Parser<'a>) -> Result<Self, DbusError>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue