Fallout from stabilization
This commit is contained in:
parent
6e1879eaf1
commit
6abfac083f
78 changed files with 410 additions and 425 deletions
|
@ -95,7 +95,7 @@ use heap::deallocate;
|
|||
/// use std::thread::Thread;
|
||||
///
|
||||
/// fn main() {
|
||||
/// let numbers = Vec::from_fn(100, |i| i as f32);
|
||||
/// let numbers: Vec<_> = range(0, 100u32).map(|i| i as f32).collect();
|
||||
/// let shared_numbers = Arc::new(numbers);
|
||||
///
|
||||
/// for _ in range(0u, 10) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue