Skip to content

Commit a8fc771

Browse files
olsonjefferybrson
authored andcommitted
core: changing pipes::port/chan_one to Port/ChanOne in unsafe.rs
1 parent 70e5a19 commit a8fc771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/task.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ priv impl TaskBuilder {
254254
}
255255
self.consumed = true;
256256
let notify_chan = if self.opts.notify_chan == None {
257-
None
257+
none
258258
} else {
259259
Some(option::swap_unwrap(&mut self.opts.notify_chan))
260260
};

0 commit comments

Comments
 (0)