Nicholas Nethercote
57cd5e6551
Use rustc_fluent_macro::fluent_messages! directly.
...
Currently we always do this:
```
use rustc_fluent_macro::fluent_messages;
...
fluent_messages! { "./example.ftl" }
```
But there is no need, we can just do this everywhere:
```
rustc_fluent_macro::fluent_messages! { "./example.ftl" }
```
which is shorter.
2023-11-26 08:38:40 +11:00
..
2023-11-22 18:38:17 +11:00
2023-09-26 09:37:55 +02:00
2023-10-20 21:10:38 +00:00
2023-10-05 18:56:30 +03:00
2023-11-04 13:01:32 -04:00
2023-11-21 20:13:40 +01:00
2023-11-21 20:13:40 +01:00
2023-11-21 20:13:40 +01:00
2023-11-08 22:55:28 +01:00
2023-10-13 08:59:36 +00:00
2023-09-21 08:12:30 +02:00
2023-11-21 20:13:40 +01:00
2023-11-21 20:13:40 +01:00
2023-11-21 20:13:40 +01:00
2023-11-25 09:10:44 +00:00
2023-11-15 21:45:48 -05:00
2023-11-07 18:45:11 -05:00
2023-11-21 20:13:40 +01:00
2023-11-21 20:13:40 +01:00
2023-10-06 15:46:11 +00:00
2023-10-30 10:29:08 +01:00
2023-09-21 08:12:30 +02:00
2023-10-04 17:55:15 +00:00
2023-10-20 21:14:01 +00:00
2023-10-10 11:17:27 +02:00
2023-10-04 17:55:15 +00:00
2023-11-24 06:36:27 +11:00
2023-09-23 13:14:57 +00:00
2023-10-20 21:10:38 +00:00
2023-11-21 20:13:40 +01:00
2023-11-18 00:20:00 +00:00
2023-11-21 20:13:40 +01:00
2023-11-21 20:13:40 +01:00
2023-11-21 20:13:40 +01:00
2023-10-10 11:17:27 +02:00
2023-11-26 08:38:40 +11:00
2023-11-16 22:56:25 +00:00
2023-10-13 08:59:36 +00:00
2023-09-21 08:12:30 +02:00
2023-10-18 23:42:45 +11:00
2023-10-13 08:59:36 +00:00
2023-10-10 11:17:27 +02:00
2023-11-21 20:13:40 +01:00
2023-10-13 08:59:36 +00:00
2023-10-20 21:10:38 +00:00
2023-11-21 20:13:40 +01:00
2023-11-11 01:51:09 +01:00
2023-09-21 08:12:30 +02:00
2023-10-05 18:56:30 +03:00
2023-10-20 21:10:38 +00:00
2023-11-22 01:56:31 +01:00
2023-10-31 11:44:23 +00:00
2023-09-21 08:12:30 +02:00
2023-11-21 20:13:40 +01:00
2023-11-21 20:13:40 +01:00
2023-11-14 17:07:34 +01:00
2023-11-21 20:13:40 +01:00
2023-10-31 11:44:23 +00:00