Skip to content

Commit

Permalink
[wgsl-in] Doc fix for Lowerer::constructor.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimblandy committed Oct 23, 2023
1 parent 93ae5cc commit 65f2216
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/front/wgsl/lower/construction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -489,14 +489,8 @@ impl<'source, 'temp> Lowerer<'source, 'temp> {
/// in [`ctx.module`] a suitable Naga `Type` and return a
/// [`ConcreteConstructorHandle::Type`] value holding its handle.
///
/// Note that constructing an [`Array`] type may require inserting
/// [`Constant`]s as well as `Type`s into `ctx.module`, to represent the
/// array's length.
///
/// [`Type`]: crate::Type
/// [`ctx.module`]: ExpressionContext::module
/// [`Array`]: crate::TypeInner::Array
/// [`Constant`]: crate::Constant
fn constructor<'out>(
&mut self,
constructor: &ast::ConstructorType<'source>,
Expand Down

0 comments on commit 65f2216

Please sign in to comment.