From de2e1349f459f7f69226b2decd366be690426ea7 Mon Sep 17 00:00:00 2001 From: HampusM Date: Mon, 18 Sep 2023 21:45:23 +0200 Subject: refactor: replace threadsafe castable factory Fn impl with method --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib.rs') 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)] -- cgit v1.2.3-18-g5258