[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

View File

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