crowbook-intl
crowbook-intl copied to clipboard
silence clippy
Hi there,
when I clippy my code the generated localize_macros.rs may contain a bunch of what clippy would consider useless_formats
. Perhaps the generated file could include something like #![allow(unknown_lints, useless_format)]
.
Or perhaps if the string literal does not contain any {}
, it could be replaced by something like String::from
. What do you think?