We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e2f596 commit cb6c94aCopy full SHA for cb6c94a
1 file changed
crates/libtest-lexarg/src/lib.rs
@@ -20,6 +20,7 @@ use lexarg_error::ErrorContext;
20
///
21
/// To parse, see [`TestOptsBuilder`]
22
#[derive(Debug, Default)]
23
+#[non_exhaustive]
24
pub struct TestOpts {
25
pub list: bool,
26
pub filters: Vec<String>,
0 commit comments