提交 847bb375 编写于 作者: B bors

Merge pull request #20679 from geekcraik/master

unused variable 'i'

Reviewed-by: sfackler
......@@ -37,7 +37,7 @@
//!
//! let five = Arc::new(5i);
//!
//! for i in range(0u, 10) {
//! for _ in range(0u, 10) {
//! let five = five.clone();
//!
//! Thread::spawn(move || {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册