Camel case the option type
This commit is contained in:
parent
d9a6a63653
commit
8337fa1a54
330 changed files with 4929 additions and 4926 deletions
|
@ -470,7 +470,7 @@ mod tests {
|
|||
let arc = ~mutex_arc(false);
|
||||
let arc2 = ~arc.clone();
|
||||
let (c,p) = pipes::oneshot();
|
||||
let (c,p) = (~mut some(c), ~mut some(p));
|
||||
let (c,p) = (~mut Some(c), ~mut Some(p));
|
||||
do task::spawn {
|
||||
// wait until parent gets in
|
||||
pipes::recv_one(option::swap_unwrap(p));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue