Skip to content

Commit e1ee198

Browse files
committed
core: Import future::extensions
1 parent 70070b8 commit e1ee198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/arc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ fn get_arc<T: send const>(c: get_chan<T>) -> arc::arc<T> {
162162
#[cfg(test)]
163163
mod tests {
164164
import comm::*;
165-
import future::future;
165+
import future::extensions;
166166

167167
#[test]
168168
fn manually_share_arc() {

0 commit comments

Comments
 (0)