diff options
| author | korenchkin <korenchkin2@gmail.com> | 2013-07-10 15:30:14 +0200 |
|---|---|---|
| committer | korenchkin <korenchkin2@gmail.com> | 2013-07-10 15:49:39 +0200 |
| commit | 3cb3d754a5bb1a6b22ab3a30d01a7f950127fe61 (patch) | |
| tree | 3e7cac39a0c634d1925b2c89be7de09a980b3047 /src/rt/rust_kernel.cpp | |
| parent | 8fa09736efcd100ec675a2fe0e29906607996485 (diff) | |
| download | rust-3cb3d754a5bb1a6b22ab3a30d01a7f950127fe61.tar.gz rust-3cb3d754a5bb1a6b22ab3a30d01a7f950127fe61.zip | |
Fixed examples
The examples were still using `core::` instead of `std::`
All of the examples needed a `use std::rand;` at the top to compile
Most of the examples had
`rng = rand::rng();`
instead of
`let mut rng = rand::rng();`
Diffstat (limited to 'src/rt/rust_kernel.cpp')
0 files changed, 0 insertions, 0 deletions
