diff options
author | 2021-04-08 09:12:08 +0200 | |
---|---|---|
committer | 2021-04-08 10:14:14 +0200 | |
commit | 51500a1d7096395be9162599fae647ec121db91d (patch) | |
tree | 17f732cbb06dd480bd0881d0ec627cc173ba5bfc /examples/type-usage.rs | |
parent | 2068eae9280881e34b5cc2d76b0b1a61402223e7 (diff) | |
download | rtic-51500a1d7096395be9162599fae647ec121db91d.tar.gz rtic-51500a1d7096395be9162599fae647ec121db91d.tar.zst rtic-51500a1d7096395be9162599fae647ec121db91d.zip |
Fixed UB in `spawn_at`
Diffstat (limited to 'examples/type-usage.rs')
-rw-r--r-- | examples/type-usage.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/type-usage.rs b/examples/type-usage.rs index a7a0d411..9bb7eb8d 100644 --- a/examples/type-usage.rs +++ b/examples/type-usage.rs @@ -1,4 +1,4 @@ -//! examples/smallest.rs +//! examples/type-usage.rs #![no_main] #![no_std] |