Commit e53aba8
Merge #63
63: Remove alloc_error_handler r=adamgreig a=jannic
With rust-lang/rust#102318 default_alloc_error_handler has been stabilized, ie. the default error handler is enabled by default.
Therefore, it's no longer necessary to provide an alloc_error_handler if the desired error handling is equivalent to a panic.
Co-authored-by: Jan Niehusmann <jan@gondor.com>1 file changed
+0
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
8 | | - | |
9 | 7 | | |
10 | 8 | | |
11 | 9 | | |
| |||
29 | 27 | | |
30 | 28 | | |
31 | 29 | | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | 30 | | |
38 | 31 | | |
39 | 32 | | |
| |||
0 commit comments