Skip to content

Commit 0f50df6

Browse files
fixup! docs: document TestScope APIs
1 parent 047df66 commit 0f50df6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

moz-webgpu-cts/src/shared.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -734,6 +734,7 @@ impl From<FirefoxTestScope> for TestScope {
734734
/// Subset of [`TestScope`] for [`Browser::Servo`].
735735
#[derive(Clone, Debug, Eq, Hash, Ord, PartialEq, PartialOrd)]
736736
pub(crate) enum ServoTestScope {
737+
/// A WebGPU CTS test vendored into Servo source.
737738
WebGpu,
738739
}
739740

0 commit comments

Comments
 (0)