diff options
author | Joey Sacchini <joey@sacchini.net> | 2020-12-07 18:42:39 -0500 |
---|---|---|
committer | Joey Sacchini <joey@sacchini.net> | 2020-12-07 18:42:39 -0500 |
commit | 3007f0385cf998f4dc394bd05f02ca8dfce333d1 (patch) | |
tree | 601e6a87bc364b531fcd92f5f18fc2bc3c3a191e /src/lib.rs | |
parent | 9f48d469a785d6a7b16cba4d58a01d139a4b477f (diff) | |
download | craftio-rs-3007f0385cf998f4dc394bd05f02ca8dfce333d1.tar.gz craftio-rs-3007f0385cf998f4dc394bd05f02ca8dfce333d1.tar.bz2 craftio-rs-3007f0385cf998f4dc394bd05f02ca8dfce333d1.zip |
gat feature flag
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ #![cfg_attr(feature = "backtrace", feature(backtrace))] +#![cfg_attr(feature = "gat", feature(generic_associated_types))] #[cfg(feature = "encryption")] mod cfb8; |