aboutsummaryrefslogtreecommitdiff
path: root/examples/type-usage.rs
diff options
context:
space:
mode:
authorGravatar Emil Fresk <emil.fresk@gmail.com> 2021-04-08 09:12:08 +0200
committerGravatar Emil Fresk <emil.fresk@gmail.com> 2021-04-08 10:14:14 +0200
commit51500a1d7096395be9162599fae647ec121db91d (patch)
tree17f732cbb06dd480bd0881d0ec627cc173ba5bfc /examples/type-usage.rs
parent2068eae9280881e34b5cc2d76b0b1a61402223e7 (diff)
downloadrtic-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.rs2
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]