diff options
Diffstat (limited to '')
-rw-r--r-- | games/anki/files/patch-rust-1.89.0 | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/games/anki/files/patch-rust-1.89.0 b/games/anki/files/patch-rust-1.89.0 deleted file mode 100644 index 5b3adb5cd8eb..000000000000 --- a/games/anki/files/patch-rust-1.89.0 +++ /dev/null @@ -1,9 +0,0 @@ ---- rslib/i18n/src/lib.rs.orig 2025-08-22 13:45:00 UTC -+++ rslib/i18n/src/lib.rs -@@ -1,5 +1,6 @@ - // Copyright: Ankitects Pty Ltd and contributors - // License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html -+#![allow(text_direction_codepoint_in_literal)] - - mod generated; - |