提交 426ad126 编写于 作者: K klutzy

std::local_data: Fix document code

上级 07167826
......@@ -25,8 +25,8 @@
~~~{.rust}
use std::local_data;
local_data_key!(key_int: int);
local_data_key!(key_vector: ~[int]);
local_data_key!(key_int: int)
local_data_key!(key_vector: ~[int])
local_data::set(key_int, 3);
local_data::get(key_int, |opt| assert_eq!(opt, Some(&3)));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册