chore: Fix lint warnings for all targets (#240)
This commit is contained in:
parent
66a095df4a
commit
ae7e1f5c82
15 changed files with 93 additions and 94 deletions
|
|
@ -97,7 +97,7 @@ impl Error {
|
|||
}
|
||||
|
||||
pub fn custom(error: Box<dyn std::error::Error>) -> Error {
|
||||
Error::Custom(format!("{}", error))
|
||||
Error::Custom(format!("{error}"))
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue