diff options
| author | Fuwn <[email protected]> | 2021-03-22 21:49:36 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-03-22 21:49:36 -0700 |
| commit | 81336a4eef6f9c0adccbfc58e9f2883ec506459b (patch) | |
| tree | 29031c4541a3082399aacc348543a89ad27a5b1d | |
| parent | format: Correct TCP dependency label position (diff) | |
| download | whirl-81336a4eef6f9c0adccbfc58e9f2883ec506459b.tar.xz whirl-81336a4eef6f9c0adccbfc58e9f2883ec506459b.zip | |
feature: Use feature "hash_set_entry"
| -rw-r--r-- | src/lib.rs | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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; |