mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-21 22:33:49 +00:00
[naga] Fix docs generated by gen_component_wise_extractor
. (#5314)
This commit is contained in:
parent
8129897ccb
commit
b020b984df
@ -31,7 +31,7 @@ macro_rules! gen_component_wise_extractor {
|
|||||||
$(
|
$(
|
||||||
#[doc = concat!(
|
#[doc = concat!(
|
||||||
"Maps to [`Literal::",
|
"Maps to [`Literal::",
|
||||||
stringify!($mapping),
|
stringify!($literal),
|
||||||
"`]",
|
"`]",
|
||||||
)]
|
)]
|
||||||
$mapping([$ty; N]),
|
$mapping([$ty; N]),
|
||||||
|
Loading…
Reference in New Issue
Block a user