Skip to content

Commit

Permalink
Merge pull request #2665 from lzutao/patch-1
Browse files Browse the repository at this point in the history
Fix wrong configuration of oom in Cargo.toml
  • Loading branch information
SimonSapin authored Mar 18, 2019
2 parents d50ce8a + abec373 commit 3b8bf0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text/2116-alloc-me-maybe.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3b8bf0b

Please sign in to comment.