[ty] Use CompactStr for StringLiteralType (#21497)

This commit is contained in:
Micha Reiser 2025-11-17 10:01:21 +01:00 committed by GitHub
parent d9fc0f08b4
commit 58fa1d71b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 4 deletions

View file

@ -436,7 +436,7 @@ where
.with_failure_code(server::ErrorCode::InternalError)
}
/// Sends back a response to the server, but only if the request wasn't cancelled.
/// Sends back a response to the client, but only if the request wasn't cancelled.
fn respond<Req>(
id: &RequestId,
result: Result<<<Req as RequestHandler>::RequestType as Request>::Result>,