Skip to content

Commit aad7d7d

Browse files
Deploying to master from @ gfx-rs/wgpu@e7f891b 🚀
1 parent 5caba8f commit aad7d7d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

doc/src/naga/valid/type.rs.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -688,9 +688,6 @@
688688
<a href="#687" id="687">687</a>
689689
<a href="#688" id="688">688</a>
690690
<a href="#689" id="689">689</a>
691-
<a href="#690" id="690">690</a>
692-
<a href="#691" id="691">691</a>
693-
<a href="#692" id="692">692</a>
694691
</pre></div><pre class="rust"><code><span class="kw">use </span><span class="kw">super</span>::Capabilities;
695692
<span class="kw">use crate</span>::{arena::Handle, proc::Alignment};
696693

@@ -1357,9 +1354,6 @@
13571354
)
13581355
}
13591356
Ti::BindingArray { base, size } =&gt; {
1360-
<span class="kw">if </span>base &gt;= handle {
1361-
<span class="kw">return </span><span class="prelude-val">Err</span>(TypeError::InvalidArrayBaseType(base));
1362-
}
13631357
<span class="kw">let </span>type_info_mask = <span class="kw">match </span>size {
13641358
<span class="kw">crate</span>::ArraySize::Constant(<span class="kw">_</span>) =&gt; TypeFlags::SIZED | TypeFlags::HOST_SHAREABLE,
13651359
<span class="kw">crate</span>::ArraySize::Dynamic =&gt; {

0 commit comments

Comments
 (0)