From b2764f57607d0dd24dc69f498dc2c7af0a097a9f Mon Sep 17 00:00:00 2001 From: Oleksandr Babak Date: Thu, 15 May 2025 18:23:55 +0200 Subject: fix: UI test: add `unsafe()` for link_section --- rtic/ui/custom_section.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: (), } -- cgit v1.2.3