diff options
| author | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-02-23 19:37:29 +0000 |
|---|---|---|
| committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-02-23 19:37:29 +0000 |
| commit | 6b61cd2e3ff26d96615a7bfc386077ccf6505c28 (patch) | |
| tree | 2a8b089d42aad24286cba11c4561e714fc84b85d /macros/Cargo.toml | |
| parent | 43c2ffbdcfcf96382dbe5e5a64b2af90a447636d (diff) | |
| parent | c6f9b2c0aa62fa3ceed6ac58928af15d9e3a58a2 (diff) | |
Merge #153
153: add "nightly" feature; replace hint::unreachable_unchecked with a panic r=korken89 a=japaric
this implements the action plan described in #149
to give you a sense of the overhead of this change: it has increased the binary
size of some of our examples by up to 10% but this is mainly from pulling in a
panic handler that does formatting
r? @korken89
Co-authored-by: Jorge Aparicio <jorge@japaric.io>
Diffstat (limited to 'macros/Cargo.toml')
| -rw-r--r-- | macros/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 31fa842..48e75f8 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -27,4 +27,5 @@ default-features = false version = "0.5.5" [features] -timer-queue = []
\ No newline at end of file +timer-queue = [] +nightly = []
\ No newline at end of file |
