aboutsummaryrefslogtreecommitdiff
path: root/examples/not-sync.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/not-sync.rs')
-rw-r--r--examples/not-sync.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/not-sync.rs b/examples/not-sync.rs
index 28c76183..75816424 100644
--- a/examples/not-sync.rs
+++ b/examples/not-sync.rs
@@ -19,6 +19,7 @@ mod app {
use super::NotSync;
use core::marker::PhantomData;
+ #[resources]
struct Resources {
#[init(NotSync { _0: PhantomData })]
shared: NotSync,