aboutsummaryrefslogtreecommitdiff
path: root/examples/t-late-not-send.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/t-late-not-send.rs')
-rw-r--r--examples/t-late-not-send.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/t-late-not-send.rs b/examples/t-late-not-send.rs
index 587ee73c..345d9aef 100644
--- a/examples/t-late-not-send.rs
+++ b/examples/t-late-not-send.rs
@@ -15,6 +15,7 @@ pub struct NotSend {
mod app {
use super::NotSend;
+ #[resources]
struct Resources {
x: NotSend,
#[init(None)]