rusti: main must be public
This commit is contained in:
parent
6a332b235f
commit
849d3ff703
1 changed files with 1 additions and 1 deletions
|
|
@ -255,7 +255,7 @@ fn run_cmd(repl: &mut Repl, _in: io::Reader, _out: io::Writer,
|
|||
}
|
||||
}
|
||||
|
||||
fn main() {
|
||||
pub fn main() {
|
||||
let args = os::args();
|
||||
let in = io::stdin();
|
||||
let out = io::stdout();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue