From c76a1c67c5fd91bbd78b9c46471160321ca12af0 Mon Sep 17 00:00:00 2001 From: regenerativep Date: Tue, 9 Nov 2021 16:49:02 -0500 Subject: Compile under stable I have no use or GAT at the moment I believe, so if this breaks that, then oh well. --- src/lib.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 746bc1f..fba77bc 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,6 +1,6 @@ -#![cfg_attr(feature = "bench", feature(test))] -#![cfg_attr(feature = "gat", feature(generic_associated_types))] -#![cfg_attr(not(feature = "std"), no_std)] +// #![cfg_attr(feature = "bench", feature(test))] +// #![cfg_attr(feature = "gat", feature(generic_associated_types))] +// #![cfg_attr(not(feature = "std"), no_std)] extern crate alloc; -- cgit