diff options
| author | Emil Fresk <emil.fresk@gmail.com> | 2021-04-08 09:12:08 +0200 |
|---|---|---|
| committer | Emil Fresk <emil.fresk@gmail.com> | 2021-04-08 10:14:14 +0200 |
| commit | 51500a1d7096395be9162599fae647ec121db91d (patch) | |
| tree | 17f732cbb06dd480bd0881d0ec627cc173ba5bfc /examples/type-usage.rs | |
| parent | 2068eae9280881e34b5cc2d76b0b1a61402223e7 (diff) | |
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 a7a0d41..9bb7eb8 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] |
