From 06767e17ea81a0c37eca5208adda2a9cd0b675dd Mon Sep 17 00:00:00 2001 From: George Thomas Date: Thu, 19 Feb 2026 19:37:46 +0000 Subject: [PATCH] Add newline for consistency --- rust/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/rust/lib.rs b/rust/lib.rs index c0906e5..cc50bd2 100644 --- a/rust/lib.rs +++ b/rust/lib.rs @@ -17,6 +17,7 @@ struct T { a: bool, b: u8, } + #[unsafe(no_mangle)] extern "C" fn hello_struct(t: T) -> () { say_hello(&format!("{:?}", t))