Skip to content

Commit 9ad4c12

Browse files
Deploying to master from @ gfx-rs/wgpu@bdd923d 🚀
1 parent e14bbd2 commit 9ad4c12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/naga/front/wgsl/parse/directive.rs.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175

176176
<span class="doccomment">/// A parsed sentinel word indicating the type of directive to be parsed next.
177177
</span><span class="attr">#[derive(Clone, Copy, Debug, Hash, Eq, PartialEq)]
178-
</span><span class="kw">pub enum </span>DirectiveKind {
178+
</span><span class="kw">pub</span>(<span class="kw">crate</span>) <span class="kw">enum </span>DirectiveKind {
179179
<span class="doccomment">/// An [`enable_extension`].
180180
</span>Enable,
181181
Unimplemented(UnimplementedDirectiveKind),
@@ -218,7 +218,7 @@
218218
<span class="doccomment">/// A [`DirectiveKind`] that is not yet implemented. See [`DirectiveKind::Unimplemented`].
219219
</span><span class="attr">#[derive(Clone, Copy, Debug, Hash, Eq, PartialEq)]
220220
#[cfg_attr(test, derive(strum::EnumIter))]
221-
</span><span class="kw">pub enum </span>UnimplementedDirectiveKind {
221+
</span><span class="kw">pub</span>(<span class="kw">crate</span>) <span class="kw">enum </span>UnimplementedDirectiveKind {
222222
Diagnostic,
223223
Requires,
224224
}

0 commit comments

Comments
 (0)