auto merge of #13886 : japaric/rust/fix-an-typos, r=alexcrichton
Found the first one in the rust reference docs. I was going to submit a PR with one fix, but figured I could look for more... This is the result.
This commit is contained in:
commit
adcbf53955
13 changed files with 18 additions and 18 deletions
|
|
@ -11,7 +11,7 @@
|
|||
#![feature(managed_boxes)]
|
||||
|
||||
// Exercises a bug in the shape code that was exposed
|
||||
// on x86_64: when there is a enum embedded in an
|
||||
// on x86_64: when there is an enum embedded in an
|
||||
// interior record which is then itself interior to
|
||||
// something else, shape calculations were off.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue