Skip to content

Commit

Permalink
Merge pull request #125 from jgilchrist/no-path-feature
Browse files Browse the repository at this point in the history
Remove the now unnecessary 'path' feature
  • Loading branch information
jgilchrist committed Mar 15, 2015
2 parents 83956f8 + b43c47f commit 3d808e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![feature(libc, std_misc, core, path, path_ext)]
#![feature(libc, std_misc, core, path_ext)]

extern crate libc;
extern crate "tcod-sys" as ffi;
Expand Down
2 changes: 0 additions & 2 deletions tcod-sys/build.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#![feature(path)]

use std::{env, fs};
use std::path::Path;
use std::process::Command;
Expand Down

0 comments on commit 3d808e7

Please sign in to comment.