aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2023-09-18 21:45:23 +0200
committerHampusM <hampus@hampusmat.com>2023-09-18 21:45:23 +0200
commitde2e1349f459f7f69226b2decd366be690426ea7 (patch)
tree8312e49ae6007e5226a6ed9e3262855e40b06095 /src/lib.rs
parent6d729a4d20944b990c341149729a810a2898cdff (diff)
refactor: replace threadsafe castable factory Fn impl with method
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 562b886..7f4738d 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,4 +1,4 @@
-#![cfg_attr(feature = "factory", feature(unboxed_closures, fn_traits, tuple_trait))]
+#![cfg_attr(feature = "factory", feature(unboxed_closures, tuple_trait))]
#![cfg_attr(doc_cfg, feature(doc_cfg))]
#![deny(clippy::all)]
#![deny(clippy::pedantic)]