remove `ds` and change a misspelling, the correct identifier is `hc`
This commit is contained in:
Phosphorus Moscu 2024-06-24 05:14:28 -03:00 committed by GitHub
parent 0e86f5591f
commit 622075d617
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -789,7 +789,7 @@ where
typeof {
let hc: &'a mut H;
let s: Server;
H::check(h, ds)
H::check(hc, s)
}: Send,
```