Update arc.rs
This commit is contained in:
parent
c7dd3c4d69
commit
3ece657004
1 changed files with 1 additions and 1 deletions
|
|
@ -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 || {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue