aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl/src
diff options
context:
space:
mode:
Diffstat (limited to 'crates/whirl/src')
-rw-r--r--crates/whirl/src/lib.rs8
1 files changed, 1 insertions, 7 deletions
diff --git a/crates/whirl/src/lib.rs b/crates/whirl/src/lib.rs
index 0233b20..ee68a02 100644
--- a/crates/whirl/src/lib.rs
+++ b/crates/whirl/src/lib.rs
@@ -1,13 +1,7 @@
// Copyright (C) 2021-2021 The Whirlsplash Collective
// SPDX-License-Identifier: GPL-3.0-only
-#![feature(
- type_ascription,
- hash_set_entry,
- type_name_of_val,
- decl_macro,
- proc_macro_hygiene
-)]
+#![feature(type_ascription, hash_set_entry, decl_macro, proc_macro_hygiene)]
#![deny(
warnings,
nonstandard_style,