mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-27 08:43:09 -03:00
Retain attributes in localizable_consts
These attributes (such as doc comments) should be retained.
This commit is contained in:
@@ -194,6 +194,7 @@ macro_rules! localizable_consts {
|
||||
)*
|
||||
) => {
|
||||
$(
|
||||
$(#[$attr])*
|
||||
$vis const $name: $crate::wutil::gettext::LocalizableString =
|
||||
localizable_string!($string);
|
||||
)*
|
||||
|
||||
Reference in New Issue
Block a user