Skip to content

Commit 78a9930

Browse files
docs(naga): add a summary par. for Validator
1 parent 894d036 commit 78a9930

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

naga/src/valid/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ impl ops::Index<Handle<crate::Expression>> for ModuleInfo {
268268
}
269269
}
270270

271+
/// Validates a [`Module`](crate::Module) via [`Self::validate`].
271272
#[derive(Debug)]
272273
pub struct Validator {
273274
flags: ValidationFlags,

0 commit comments

Comments
 (0)