aboutsummaryrefslogtreecommitdiff
path: root/rtic/ui/custom_section.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rtic/ui/custom_section.rs')
-rw-r--r--rtic/ui/custom_section.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtic/ui/custom_section.rs b/rtic/ui/custom_section.rs
index 2806780..308654f 100644
--- a/rtic/ui/custom_section.rs
+++ b/rtic/ui/custom_section.rs
@@ -4,7 +4,7 @@
mod app {
#[shared]
struct Shared {
- #[link_section = ".custom_section"]
+ #[unsafe(link_section = ".custom_section")]
foo: (),
}