diff options
Diffstat (limited to 'src/libextra/par.rs')
| -rw-r--r-- | src/libextra/par.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libextra/par.rs b/src/libextra/par.rs index e766d2d3bf0..52e7d517d6e 100644 --- a/src/libextra/par.rs +++ b/src/libextra/par.rs @@ -8,6 +8,8 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. +use core::prelude::*; + use future_spawn = future::spawn; /** |
