Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove allocator API requirement #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

glommer
Copy link

@glommer glommer commented Oct 29, 2020

I figured I'd have to adapt the code a bit to remove that, but right
now as of 2020 just by removing the feature the code compile just
fine with the stable compiler:

My environment:
$ rustup default
stable-x86_64-unknown-linux-gnu (default)

I intend to use this as a building block for my crate, Scipio
(https://crates.io/crates/scipio) but I'd like to enforce stable
there.

I figured I'd have to adapt the code a bit to remove that, but right
now as of 2020 just by removing the feature the code compile just
fine with the stable compiler:

My environment:
  $ rustup default
  stable-x86_64-unknown-linux-gnu (default)

I intend to use this as a building block for my crate, Scipio
(https://crates.io/crates/scipio) but I'd like to enforce stable
there.
@spearman
Copy link

I believe this is a duplicate of #22

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants