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.
|
||
|---|---|---|
| .. | ||
| ast_validation.rs | ||
| errors.rs | ||
| feature_gate.rs | ||
| lib.rs | ||
| node_count.rs | ||
| show_span.rs | ||