Skip to content

Commit e03c55b

Browse files
andyleisersonLiamoluckoErichDonGubler
committed
docs(msl-out): add missing docs. for msl::Writer::access_needs_check
-- Co-authored-by: Liam Murphy <[email protected]> Co-Authored-By: Erich Gubler <[email protected]>
1 parent fc9c8bf commit e03c55b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

naga/src/back/msl/writer.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -693,6 +693,7 @@ impl<'a> ExpressionContext<'a> {
693693
.choose_policy(pointer, &self.module.types, self.info)
694694
}
695695

696+
/// See docs for [`proc::index::access_needs_check`].
696697
fn access_needs_check(
697698
&self,
698699
base: Handle<crate::Expression>,

0 commit comments

Comments
 (0)