Fix spelling errors.
This commit is contained in:
parent
8297edd549
commit
e3fa23bcb6
29 changed files with 36 additions and 36 deletions
|
@ -834,7 +834,7 @@ impl<'a> MethodDef<'a> {
|
|||
generic `deriving`");
|
||||
}
|
||||
|
||||
// `ref` inside let matches is buggy. Causes havoc wih rusc.
|
||||
// `ref` inside let matches is buggy. Causes havoc with rusc.
|
||||
// let (variant_index, ref self_vec) = matches_so_far[0];
|
||||
let (variant, self_vec) = match matches_so_far.get(0) {
|
||||
&(_, v, ref s) => (v, s)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue