aboutsummaryrefslogtreecommitdiff
path: root/examples/not-send.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/not-send.rs')
-rw-r--r--examples/not-send.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/not-send.rs b/examples/not-send.rs
index c0582d76..45f7e4e7 100644
--- a/examples/not-send.rs
+++ b/examples/not-send.rs
@@ -19,6 +19,7 @@ pub struct NotSend {
mod app {
use super::NotSend;
+ #[resources]
struct Resources {
#[init(None)]
shared: Option<NotSend>,