commands: fix clippy warnings about confusing elided lifetimes

This commit is contained in:
2025-10-12 22:59:50 +09:00
parent f909da771e
commit daaf314633
130 changed files with 131 additions and 131 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ impl Command for PlChangesPosId {
fn parse_response(
parts: ResponseAttributes<'_>,
) -> Result<Self::Response, ResponseParserError> {
) -> Result<Self::Response, ResponseParserError<'_>> {
unimplemented!()
}
}