Skip to content

Commit

Permalink
PathExt deprecated in nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
kimhyunkang committed Oct 28, 2015
1 parent bf6ccd3 commit 8b30eaa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#![feature(path_ext)]

use std::fs::{File, PathExt};
use std::fs::File;
use std::io::{stderr, Write};
use std::process::{Command, Output};
use std::path::Path;
Expand Down

0 comments on commit 8b30eaa

Please sign in to comment.