removed jemalloc statements.

This commit is contained in:
kenta7777 2018-11-07 08:58:21 +09:00 committed by Who? Me?!
parent 548e029276
commit f036b1116a

View file

@ -41,10 +41,6 @@ debuginfo = true
# Gives you line numbers for backtraces.
debuginfo-lines = true
# Link the compiler against `jemalloc`, where on Linux and OSX it should
# override the default allocator for rustc and LLVM.
jemalloc = false
```
### What is x.py?