auto merge of #13650 : gmjosack/rust/master, r=alexcrichton
Feels strange to have the order be arbitrary here. Order them the same.
This commit is contained in:
commit
e4f5190423
@ -1883,8 +1883,8 @@ impl Shape {
|
||||
|
||||
let s = Circle(Point { x: 1.0, y: 2.0 }, 3.0);
|
||||
|
||||
(~s).draw_owned();
|
||||
(&s).draw_reference();
|
||||
(~s).draw_owned();
|
||||
s.draw_value();
|
||||
~~~
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user