commands: fix clippy warnings about confusing elided lifetimes

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