-
Notifications
You must be signed in to change notification settings - Fork 93
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
README out of date #150
Comments
The README has been updated by #157. Notice that, according to rust-lang/rust#43637 (comment), |
I actually think
|
Yes, but that patch they mentioned has landed since then. So right now, it does do something. |
@RalfJung Yeah, good point. Really the README should just suggest the correct settings in |
The README currently says:
This is no longer accurate; the patch is not necessary. Since rust-lang/rust@70d2372,
std = { features = ["force_alloc_system"] }
is sufficient to disable jemalloc.The text was updated successfully, but these errors were encountered: