提交 ca6d512e 编写于 作者: E Erick Tryzelaar

std: fix the hash doctest

上级 d223dd1e
......@@ -24,7 +24,7 @@
* struct Person {
* id: uint,
* name: ~str,
* phone: uint,
* phone: u64,
* }
*
* let person1 = Person { id: 5, name: ~"Janet", phone: 555_666_7777 };
......@@ -44,7 +44,7 @@
* struct Person {
* id: uint,
* name: ~str,
* phone: uint,
* phone: u64,
* }
*
* impl Hash for Person {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册