about summary refs log tree commit diff
path: root/src/rt/rust_kernel.cpp
diff options
context:
space:
mode:
authorkorenchkin <korenchkin2@gmail.com>2013-07-10 15:30:14 +0200
committerkorenchkin <korenchkin2@gmail.com>2013-07-10 15:49:39 +0200
commit3cb3d754a5bb1a6b22ab3a30d01a7f950127fe61 (patch)
tree3e7cac39a0c634d1925b2c89be7de09a980b3047 /src/rt/rust_kernel.cpp
parent8fa09736efcd100ec675a2fe0e29906607996485 (diff)
downloadrust-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