From 310584384feb7f727386ced8757a6b9d816981c7 Mon Sep 17 00:00:00 2001 From: Arker123 Date: Sun, 23 Jun 2024 19:39:20 +0530 Subject: [PATCH] Minor bug --- floss/language/rust/extract.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/floss/language/rust/extract.py b/floss/language/rust/extract.py index 543633227..7c1037041 100644 --- a/floss/language/rust/extract.py +++ b/floss/language/rust/extract.py @@ -60,7 +60,7 @@ def fix_b2s_wide_strings( def filter_and_transform_utf8_strings( - strings: list[list[Any]], + strings: List[List[Any]], start_rdata: int, ) -> List[StaticString]: transformed_strings = []