Remove 'use' line that's confusing pp-exact during use/import transition.

This commit is contained in:
Graydon Hoare 2012-09-05 16:09:03 -07:00
parent 81695d85dc
commit 15b4734d0c
1 changed files with 1 additions and 3 deletions

View File

@ -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"); }