Anki/rslib/i18n
Euan Kemp d8843c5fca Fix compilation under rust 1.89
Rust 1.89 produces the following output:

```
error: unicode codepoint changing visible direction of text present in literal
...
warning: allow(text_direction_codepoint_in_literal) is ignored unless specified at crate level
 --> rslib/i18n/src/generated.rs:7:10
  |
7 | #![allow(text_direction_codepoint_in_literal)]
  |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
```

This change fixes it.

This ensures that some third-party crate that pulls in this code as
library code (and thus isn't subject to the rust-toolchain file in this
repo) doesn't hit this compilation error.
2025-08-24 20:25:40 +09:00
..
src Fix compilation under rust 1.89 2025-08-24 20:25:40 +09:00
build.rs Fix i18n build script not responding to env var changes 2023-07-04 17:17:41 +10:00
Cargo.toml Move .py i18n method generation to Rust 2023-07-03 15:58:46 +10:00
check.rs Update to Rust 1.88 2025-06-29 11:50:49 +07:00
extract.rs Move .py i18n method generation to Rust 2023-07-03 15:58:46 +10:00
gather.rs Update to Rust 1.88 2025-06-29 11:50:49 +07:00
python.rs Move .py i18n method generation to Rust 2023-07-03 15:58:46 +10:00
typescript.rs Update to Rust 1.88 2025-06-29 11:50:49 +07:00
write_strings.rs Update to Rust 1.88 2025-06-29 11:50:49 +07:00