Remove 'use' line that's confusing pp-exact during use/import transition.
This commit is contained in:
parent
81695d85dc
commit
15b4734d0c
1 changed files with 1 additions and 3 deletions
|
@ -1,6 +1,4 @@
|
|||
#!/usr/bin/env rustx
|
||||
// pp-exact
|
||||
|
||||
use io::println;
|
||||
|
||||
fn main() { io::println(~"Hello World"); }
|
||||
fn main() { io::println("Hello World"); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue