Skip to content

Commit f21a0e1

Browse files
wy193777Naupio Z.Y. Huang
authored andcommitted
Update 14-01-vec.md (#209)
1 parent 6c71557 commit f21a0e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

14-collections/14-01-vec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ for i in v { .. } // 获得所有权,注意此时Vec的属主将会被转移
9393

9494
这其中,有个关键的方法是reserve。
9595

96-
如下代码(注意:由于SystemTimeAPI还未稳定,以下代码只测试过用1.9.0-nightly版本的rustc编译通过):
96+
如下代码(注意:由于SystemTime API在1.8以后才稳定, 请使用1.8.0 stable 以及以上版本的rustc编译):
9797

9898
```rust
9999
use std::time;

0 commit comments

Comments
 (0)