Skip to content

Commit

Permalink
docs(cli): add description to shared::Expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
ErichDonGubler committed Oct 27, 2023
1 parent 7f2c92f commit 6b87b4c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/bin/moz-webgpu-cts/shared.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ use std::{collections::BTreeMap};

use crate::metadata::{BuildProfile, Platform};

/// A set of expected outcomes in a [`Test`] or [`Subtest`].
///
/// [`Test`]: crate::metadata::Test
/// [`Subtest`]: crate::metadata::Subtest
#[derive(Clone, Debug, Eq, PartialEq)]
pub enum Expectation<Out> {
Permanent(Out),
Expand Down

0 comments on commit 6b87b4c

Please sign in to comment.