mirror of https://github.com/rust-lang/rfcs.git
fix typo
remove `ds` and change a misspelling, the correct identifier is `hc`
This commit is contained in:
parent
0e86f5591f
commit
622075d617
|
@ -789,7 +789,7 @@ where
|
|||
typeof {
|
||||
let hc: &'a mut H;
|
||||
let s: Server;
|
||||
H::check(h, ds)
|
||||
H::check(hc, s)
|
||||
}: Send,
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue