mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 08:44:35 +00:00
Remove 'use' line that's confusing pp-exact during use/import transition.
This commit is contained in:
parent
81695d85dc
commit
15b4734d0c
@ -1,6 +1,4 @@
|
|||||||
#!/usr/bin/env rustx
|
#!/usr/bin/env rustx
|
||||||
// pp-exact
|
// pp-exact
|
||||||
|
|
||||||
use io::println;
|
fn main() { io::println("Hello World"); }
|
||||||
|
|
||||||
fn main() { io::println(~"Hello World"); }
|
|
||||||
|
Loading…
Reference in New Issue
Block a user