summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Lauwers <sebastian.lauwers@gmail.com>2015-02-21 00:18:27 +0100
committerCarl Lerche <me@carllerche.com>2015-02-20 15:25:32 -0800
commit99ad14f6ed4f1ddb87523d646af18947b68f8297 (patch)
tree235febac7ef5f28aa2e91d535190577880dab1b7
parent649fa3558dbc0fac5e865f9c97d323951b8ee1c6 (diff)
downloadnix-99ad14f6ed4f1ddb87523d646af18947b68f8297.zip
Remove hash feature declaration
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 53024175..517e80ec 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,6 +1,6 @@
#![crate_name = "nix"]
-#![feature(collections, core, linkage, libc, hash, os, std_misc)]
+#![feature(collections, core, linkage, libc, os, std_misc)]
#![allow(non_camel_case_types)]
#[macro_use]