Skip to content

Commit

Permalink
rustup
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntSushi committed Feb 12, 2015
1 parent babcc83 commit 923f597
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/simple.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![feature(core, path)]
#![feature(path)]

extern crate csv;

Expand Down
2 changes: 1 addition & 1 deletion examples/simple_missing.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![feature(core, path)]
#![feature(path)]

extern crate csv;
extern crate "rustc-serialize" as rustc_serialize;
Expand Down
2 changes: 1 addition & 1 deletion examples/simple_struct.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![feature(core, path)]
#![feature(path)]

extern crate csv;
extern crate "rustc-serialize" as rustc_serialize;
Expand Down

0 comments on commit 923f597

Please sign in to comment.