Camel case various core constructors
This commit is contained in:
parent
4ba9fdd362
commit
161a82e433
113 changed files with 530 additions and 545 deletions
|
|
@ -5,7 +5,7 @@ import option::{None, Some};
|
|||
import rand;
|
||||
|
||||
fn mkdtemp(tmpdir: &Path, suffix: &str) -> Option<Path> {
|
||||
let r = rand::rng();
|
||||
let r = rand::Rng();
|
||||
let mut i = 0u;
|
||||
while (i < 1000u) {
|
||||
let p = tmpdir.push(r.gen_str(16u) +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue