Update style of the `_TRACKED_PATHS` variable

finchie
Apr 2, 2025, 6:39 AM
ATWBK622QUD5Z7YF4X64YRYMKE7JKGKKAIEE74PWAY7IWBLXR7PQC

Dependencies

  • [2] K3G4HK2J Track Fluent files using `include!`
  • [3] 3NMKD6I5 Refactor `Localize` trait to use `std::io::Write`
  • [4] 7M4UI3TW Update dependencies to latest versions
  • [5] CESJ4CTO Move macro-specific code into `macro_impl` module
  • [6] 4BMW4JJO Add support for deriving items with generics

Change contents

  • replacement in fluent_embed_derive/src/macro_impl/mod.rs at line 82
    [2.548][2.548:641]()
    const _tracked_paths: [&str; #path_count] = [#(include_str!(#tracked_paths)),*];
    [2.548]
    [2.641]
    const _TRACKED_PATHS: [&'static str; #path_count] = [#(include_str!(#tracked_paths)),*];