chore: Fix lint issues (#222)
This commit is contained in:
parent
fe5e2d038d
commit
9d8ca617ef
5 changed files with 5 additions and 5 deletions
|
|
@ -159,7 +159,7 @@ pub enum Error {
|
|||
|
||||
impl Error {
|
||||
pub fn invalid_cbor(error: impl Display) -> Self {
|
||||
Error::InvalidCbor(format!("{}", error))
|
||||
Error::InvalidCbor(format!("{error}"))
|
||||
}
|
||||
|
||||
pub fn unknown_cbor(bytes: &[u8]) -> Self {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue