Comment the allocator feature

Prevents it from turning on with --all-features, forcing nightly.
This commit is contained in:
Luke Parker 2022-11-11 01:23:35 -05:00
parent 3d9b9b178c
commit 35ca220bcc
No known key found for this signature in database
GPG key ID: F9F1386DB1E119B6

View file

@ -16,4 +16,5 @@ rustdoc-args = ["--cfg", "docsrs"]
zeroize = "1.5"
[features]
allocator = []
# Commented for now as it requires nightly and we don't use nightly
# allocator = []