We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7e3c18 commit 8a15cbcCopy full SHA for 8a15cbc
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: b094cf48e1c244978630d37af2f5ca03f540c719
+refs/heads/master: 030fffa57cb27f332447ce51918e760ebccc5a8f
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 6c08cc2db4f98e9f07ae7d50338396c4123c2f0a
5
refs/heads/try: 70152ff55722878cde684ee6462c14c65f2c4729
trunk/src/libstd/option.rs
@@ -28,7 +28,7 @@ let msg = Some(~"howdy");
28
29
// Take a reference to the contained string
30
match msg {
31
- Some(ref m) => io::println(m),
+ Some(ref m) => io::println(*m),
32
None => ()
33
}
34
0 commit comments