From bc590d05023a9e2156829e5438371c9c71b4e37a Mon Sep 17 00:00:00 2001 From: xavo95 Date: Tue, 31 Dec 2024 03:53:16 +0100 Subject: [PATCH] "Fix issue" --- src/f_string.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/f_string.rs b/src/f_string.rs index 19b7e03..96649d9 100644 --- a/src/f_string.rs +++ b/src/f_string.rs @@ -14,7 +14,7 @@ pub trait Printf { fn printf>(handle: usize, fmt: A); } -pub struct FString(pub(crate) TArray); +pub struct FString(pub TArray); impl FString { pub fn set_f_string_printf_ptr(f_string_printf: usize) {