Skip to content

Commit abec373

Browse files
authored
Fix wrong configuration of oom in Cargo.toml
1 parent d50ce8a commit abec373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/2116-alloc-me-maybe.md

Lines changed: 1 addition & 1 deletion
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)