From abec3733d9dc1e008fcc3187b5ab66a96274d5c7 Mon Sep 17 00:00:00 2001 From: lzutao Date: Mon, 18 Mar 2019 16:06:02 +0700 Subject: [PATCH] Fix wrong configuration of oom in Cargo.toml --- text/2116-alloc-me-maybe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/text/2116-alloc-me-maybe.md b/text/2116-alloc-me-maybe.md index e020c9771dd..1e413152352 100644 --- a/text/2116-alloc-me-maybe.md +++ b/text/2116-alloc-me-maybe.md @@ -197,7 +197,7 @@ For instance, a project which desires to work this way would add this to their C ```toml [profile] -oom = panic +oom = "panic" ``` And then in their application, do something like this: