mirror of
https://github.com/astral-sh/ruff.git
synced 2025-11-25 06:13:01 +00:00
[ty] Use CompactStr for StringLiteralType (#21497)
This commit is contained in:
parent
d9fc0f08b4
commit
58fa1d71b6
2 changed files with 5 additions and 4 deletions
|
|
@ -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>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue