Convert 'import' to 'use'. Remove 'import' keyword.
This commit is contained in:
@@ -19,8 +19,8 @@ use std(vers = "0.4");
|
||||
use rustc(vers = "0.4");
|
||||
use syntax(vers = "0.4");
|
||||
|
||||
import core::*;
|
||||
import std::par;
|
||||
use core::*;
|
||||
use std::par;
|
||||
|
||||
mod config;
|
||||
mod parse;
|
||||
|
||||
Reference in New Issue
Block a user