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-10-27 13:05:48 +00:00
2023-11-23 07:06:30 +01:00
2023-10-13 08:59:36 +00:00
2023-07-30 13:18:33 +02:00
2023-10-10 09:08:11 +11:00
2023-11-21 20:13:40 +01:00
2023-11-21 20:13:40 +01:00
2023-08-11 16:51:50 +08:00
2023-11-21 20:13:40 +01:00
2023-11-21 20:13:40 +01:00
2023-10-13 08:59:36 +00:00
2023-11-21 20:13:40 +01:00
2023-08-03 09:03:30 +10:00
2023-11-04 14:04:01 -07:00
2023-10-05 16:11:31 +02:00
2023-07-30 13:18:33 +02:00
2023-11-21 20:13:40 +01:00
2023-10-13 08:59:36 +00:00
2023-11-26 08:38:40 +11:00
2023-08-11 16:51:50 +08:00
2023-11-21 20:13:40 +01:00
2023-08-11 16:51:50 +08:00
2023-11-21 20:13:40 +01:00
2023-11-21 20:13:40 +01:00
2023-06-25 01:32:30 +08:00
2023-11-21 20:13:40 +01:00