aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-03-22 21:49:36 -0700
committerFuwn <[email protected]>2021-03-22 21:49:36 -0700
commit81336a4eef6f9c0adccbfc58e9f2883ec506459b (patch)
tree29031c4541a3082399aacc348543a89ad27a5b1d
parentformat: Correct TCP dependency label position (diff)
downloadwhirl-81336a4eef6f9c0adccbfc58e9f2883ec506459b.tar.xz
whirl-81336a4eef6f9c0adccbfc58e9f2883ec506459b.zip
feature: Use feature "hash_set_entry"
-rw-r--r--src/lib.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 3012277..510feb6 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,4 +1,5 @@
-#![feature(type_ascription)] // src\cmd\property.rs:37:2
+#![feature(type_ascription)]
+#![feature(hash_set_entry)]
#[macro_use]
extern crate log;