diff options
| author | Emil Fresk <emil.fresk@gmail.com> | 2021-11-03 08:54:18 +0100 |
|---|---|---|
| committer | Emil Fresk <emil.fresk@gmail.com> | 2021-11-03 08:54:18 +0100 |
| commit | 9e24fcbbd90609a25b9d985f9292900b476fe5ea (patch) | |
| tree | 82d4de23a49ece531207b2ac065e371bb9fd20f1 /examples | |
| parent | 50017b96f04ff095e143fd19bb8487e86adae28f (diff) | |
Fix CI
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/cfg-whole-task.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/cfg-whole-task.rs b/examples/cfg-whole-task.rs index 213fe13..f41866d 100644 --- a/examples/cfg-whole-task.rs +++ b/examples/cfg-whole-task.rs @@ -15,7 +15,6 @@ mod app { #[shared] struct Shared { - #[cfg(debug_assertions)] // <- `true` when using the `dev` profile count: u32, #[cfg(never)] unused: u32, @@ -31,7 +30,6 @@ mod app { ( Shared { - #[cfg(debug_assertions)] count: 0, #[cfg(never)] unused: 1, |
