Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(build): fluent-syntax: Use explicit features.
With Rust 2024 edition coming, we should prefer explicit features over implicit features. After this change, `serde_json` no longer shows up as a feature when doing a `cargo add` as the implicit feature for it is no longer present.
- Loading branch information