Skip to content

Commit

Permalink
Use std::io::fs::PathExtensions to get the exists() method
Browse files Browse the repository at this point in the history
  • Loading branch information
cadencemarseille committed Sep 17, 2014
1 parent 900c4eb commit 38d85db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use rustc::driver::driver::host_triple;
use std::from_str::{from_str};
use std::io;
use std::io::{Command, FilePermission};
use std::io::fs::{mkdir, File};
use std::io::fs::{mkdir, File, PathExtensions};
use std::option::{Option};
use std::os;
use std::str;
Expand Down

0 comments on commit 38d85db

Please sign in to comment.