[naga] Fix docs generated by gen_component_wise_extractor. (#5314)

This commit is contained in:
Jim Blandy 2024-02-29 12:39:27 -08:00 committed by GitHub
parent 8129897ccb
commit b020b984df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,7 +31,7 @@ macro_rules! gen_component_wise_extractor {
$(
#[doc = concat!(
"Maps to [`Literal::",
stringify!($mapping),
stringify!($literal),
"`]",
)]
$mapping([$ty; N]),