aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorregenerativep <regeneralp@gmail.com>2021-11-09 16:49:02 -0500
committerregenerativep <regeneralp@gmail.com>2021-11-09 16:49:02 -0500
commitc76a1c67c5fd91bbd78b9c46471160321ca12af0 (patch)
treedb31c1e6f182df0cdc41cb2a421dad414381b44d
parent7cc3a46ab0c89f13829e2345242f264f8a937471 (diff)
downloadmcproto-rs-c76a1c67c5fd91bbd78b9c46471160321ca12af0.tar.gz
mcproto-rs-c76a1c67c5fd91bbd78b9c46471160321ca12af0.tar.bz2
mcproto-rs-c76a1c67c5fd91bbd78b9c46471160321ca12af0.zip
Compile under stable
I have no use or GAT at the moment I believe, so if this breaks that, then oh well.
-rw-r--r--src/lib.rs6
1 files 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;