Skip to content

Commit 3b8bf0b

Browse files
authored
Merge pull request #2665 from lzutao/patch-1
Fix wrong configuration of oom in Cargo.toml
2 parents d50ce8a + abec373 commit 3b8bf0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/2116-alloc-me-maybe.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ For instance, a project which desires to work this way would add this to their C
197197

198198
```toml
199199
[profile]
200-
oom = panic
200+
oom = "panic"
201201
```
202202

203203
And then in their application, do something like this:

0 commit comments

Comments
 (0)