From 1db5a578e238ffe9c57b7a9c3be97dbf62f4f36e Mon Sep 17 00:00:00 2001 From: Joey Sacchini Date: Mon, 7 Dec 2020 18:08:36 -0500 Subject: optionally use GAT with PacketKind --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index fd742f3..851e52a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,5 @@ #![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