diff options
author | regenerativep <regeneralp@gmail.com> | 2021-11-09 16:49:02 -0500 |
---|---|---|
committer | regenerativep <regeneralp@gmail.com> | 2021-11-09 16:49:02 -0500 |
commit | c76a1c67c5fd91bbd78b9c46471160321ca12af0 (patch) | |
tree | db31c1e6f182df0cdc41cb2a421dad414381b44d | |
parent | 7cc3a46ab0c89f13829e2345242f264f8a937471 (diff) | |
download | mcproto-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.rs | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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; |